Practice free →
HomeAWS SysOps Associatecloudcomputingsysopsmonitoring › An EC2 Auto Scaling group is set to launch from …

An EC2 Auto Scaling group is set to launch from an AMI baked weekly. After the latest AMI bake, instances boot and immediately fail their health check. Which is the FIRST place to investigate?

AAmazon Macie's classification reports
BThe Route 53 hosted zone — perhaps DNS is wrong
CAWS billing — check whether the account ran out of credit
DThe launch template / configuration's user-data script and the AMI's boot logs (likely the new AMI broke initialisation)
Answer & Solution
Correct answer: D. The launch template / configuration's user-data script and the AMI's boot logs (likely the new AMI broke initialisation)
If new AMI instances fail boot health checks, the AMI / user-data is the obvious suspect — review the boot logs (cloud-init / console output). Billing, DNS, and Macie are unrelated.
Solve this in the app — AWS SysOps Associate practice & 24k+ MCQs →
Related questions