Topic 1 Question 98
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?
Add a health check to the Auto Scaling group to invoke an AWS Lambda function whenever an instance status is impaired.
Configure the Auto Scaling group to send a notification to an Amazon SNS topic whenever a failed instance launch occurs.
Create an Amazon CloudWatch alarm that invokes an AWS Lambda function when a failed AttachInstances Auto Scaling API call is made.
Create a status check alarm on Amazon EC2 to send a notification to an Amazon SNS topic whenever a status check fail occurs.
ユーザの投票
コメント(3)
B is correct
👍 1devnv2023/05/14- 正解だと思う選択肢: B
i think B is correct , but Option A is incorrect because, this would only be triggered if an instance was already running and experiencing issues. It would not provide notification when an instance fails to launch.
👍 12pk2023/05/14 I got B as my answer
👍 1OrganizedChaos252023/05/16
シャッフルモード