AWS Certified DevOps Engineer – Professional — Question 24

A company is running an application on Amazon EC2 instances in an Auto Scaling group. Recently, an issue occurred that prevented EC2 instances from launching successfully, and it took several hours for the Support team to discover the issue. The Support team wants to be notified by email whenever an EC2 instance does not start successfully.
Which action will accomplish this?

Answer options

Correct answer: B

Explanation

The correct answer is B because configuring the Auto Scaling group to send notifications to an Amazon SNS topic directly addresses the requirement to alert the Support team upon a failed instance launch. Option A does not directly notify about launch failures, C is related to API calls rather than instance launches, and D focuses on status checks rather than the launch process.