Question 108:
You have created a new Auto Scaling group for a new application which sets the minimum capacity as 1 and the maximum capacity as 20. The ASG is running well for two weeks. However, recently there were cases that some instances were not terminated successfully. You need to work out a way to notify the team via email whenever any instance fails to terminate. What is the simplest way to implement this?
Answer options:
A.Configure the Auto Scaling group to send a notification to an SNS topic whenever instances fail to terminate. B.Configure the related Auto Scaling configuration to send a notification to an SNS topic whenever instances fail to terminate. C.Create a CloudWatch Event. When an event of “Terminate Unsuccessful” happens, invoke a Lambda function to notify the team. D.Create a CloudWatch alarm based on the metric of “Terminate Failed”. Send a notification to an SNS topic when the alarm state is “ALARM”.