Day 2 Operations: SLOs, SLAs, Monitoring, Alarms

How to monitor everything: App + Infrastructure.
Share this page:

If you’ve just landed here, we’re doing a “Become a Cloud Architect” Unicorn Workshop by building a Unicorn Pursuit Web App step by step, and you’re more then welcome to join!

CloudWatch

CloudWatch is used to track metrics and logs across the AWS services used.

Where possible (for instance in the logs generated by Lambda), the logs are encrypted using the KMS customer master key for an additional layer of protection.

X-Ray

X-Ray is enabled on the API Gateway for improved visibility into how the Gateway is working. It’s using the default trace sample rate of 5%.

Code

Deep Dive

Where to find more info




Last modified May 18, 2020: AddedWorkshopTable (4b2daba)