Tous les labs

Instrument and diagnose a backlog

Intermediate ~28 minaws

Inspect a seeded queue backlog, create a user-impact alarm, enable API audit evidence, and apply the correct remediation.

Simulateur déterministe — tape une commande (help) pour commencer.
cloud@forge:~$
Objectifs
  • Inspect queue attributes and application state.
  • Create a CloudWatch alarm on oldest message age.
  • Create or confirm a CloudTrail trail.
  • Scale the worker capacity to remediate the backlog.
Indices
Voir la solution
aws sqs get-queue-attributes --queue-name orders --attribute-names All
aws cloudwatch put-metric-alarm --alarm-name orders-age --metric-name ApproximateAgeOfOldestMessage --threshold 300
aws cloudtrail create-trail --name organization-audit
diagnose
remediate workers