You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Throughout this course we have explored individual AWS monitoring and DevOps services in depth. In this final lesson we bring everything together into a cohesive set of best practices that will help you build observable, automated, and resilient cloud workloads.
When setting up monitoring for any workload, begin with the four golden signals:
| Signal | CloudWatch Implementation |
|---|---|
| Latency | ALB TargetResponseTime, API Gateway IntegrationLatency, custom app metrics |
| Traffic | ALB RequestCount, API Gateway Count, custom request-per-second metrics |
| Errors | ALB HTTPCode_Target_5XX_Count, Lambda Errors, custom error count metrics |
| Saturation | EC2 CPUUtilization, RDS FreeableMemory, SQS ApproximateNumberOfMessagesVisible |
If you only have time to set up four alarms, make them these. They will catch the vast majority of production issues.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.