Practice free →
HomeAWS SysOps Associatecloudcomputingsysopsmonitoring › Which automation pattern is BEST for self-healin…

Which automation pattern is BEST for self-healing a stuck EC2 instance — for example, restart on a specific log message?

AMigrating the workload to AWS Snowball
BCloudWatch alarm or Logs metric filter → EventBridge rule → Systems Manager Automation runbook
CManually paging an engineer every 5 minutes
DDisabling all CloudWatch alarms
Answer & Solution
Correct answer: B. CloudWatch alarm or Logs metric filter → EventBridge rule → Systems Manager Automation runbook
Alarm/log-filter → EventBridge → SSM Automation runbook is the canonical self-healing pattern. Manual paging is the anti-pattern; Snowball isn't compute; disabling alarms removes the signal.
Solve this in the app — AWS SysOps Associate practice & 24k+ MCQs →
Related questions