Metrics, Logs, Traces, and Audit (Part 3)
When a system reaches a global scale, teams usually have plenty of data. The real problem is figuring out which signals matter. Metrics, logs, traces, and audit records are all available. Dashboards a
Search for a command to run...
Articles tagged with #aws
When a system reaches a global scale, teams usually have plenty of data. The real problem is figuring out which signals matter. Metrics, logs, traces, and audit records are all available. Dashboards a
In Part 1, I explained that at a global scale, trust is part of the architecture. Not trust as a feeling, but trust as something the system must enforce and prove. In this article, I aim to explain th
Over the past few years, I have written about serverless from a technical perspective, covering topics like latency, multi-region setups, and complex scenarios. That is all important, but this time I
In this post, I will discuss how to generate a report that could take a long time, and I will use 2 different implementations to see the differences. Implementation A: AWS Step Functions (Standard wo
In my previous article, Fargate + Lambda are better together, I introduced the concept of a hybrid architecture where I can route traffic between ECS Fargate and Lambda based on real-time conditions. The most common argument I know about is: Why not...
After many years working with Serverless at a certain scale, I am starting to wonder about some things. I have been fortunate enough to attend numerous conferences where I have learned about the great potential of serverless computing and the various...