What problem does it solve?
AWS observability issues are hard to diagnose because problems can appear as missing log evidence, misleading alarm behavior, incorrect metric publishing, or absent/incorrect tracing correlation across services.
Core Features & Use Cases
- CloudWatch Log Insights query authoring: Build correct filters, parsing, joins, and subqueries to pinpoint failures in logs.
- CloudWatch alarms you can trust: Configure metric, composite, and anomaly detection alarms with correct evaluation mechanics and missing-data treatment (including INSUFFICIENT_DATA).
- Metrics + EMF publishing and troubleshooting: Use custom metrics patterns (EMF vs PutMetricData), dimension/retention guidance, and diagnostic steps when metrics do not appear.
- X-Ray/ADOT distributed tracing: Understand sampling rules, annotation vs metadata tradeoffs, and ADOT collector configuration to ensure traces show up and remain searchable.
- CloudTrail operational auditing: Identify who changed what and when using operational (non-threat-detection) CloudTrail event analysis.
- CloudWatch Synthetics canary debugging: Diagnose canary failures, alarms driven by success metrics, and VPC/network pitfalls.
Quick Start
Use this skill when you need to troubleshoot why CloudWatch alarms show INSUFFICIENT_DATA or do not fire, especially while correlating the behavior with CloudWatch Logs Insights, custom metrics/EMF, and X-Ray/ADOT traces.