Question 299:
You have configured the following AWS services in your organization - Auto Scaling group, Elastic Load Balancer, and EC2 instances. You have been requested to terminate an instance from the Autoscaling Group when the CPU utilization is less than 30%. How can you achieve this.
Answer options:
A.Create a CloudWatch alarm to send a notification to SQS. SQS can then remove one instance from the Autoscaling Group. B.Create a CloudWatch alarm to send a notification to the Auto Scaling group when the aggregated CPU utilization is less than 30% and configure the Auto Scaling policy to remove one instance. C.Create a CloudWatch alarm to send a notification to the ELB. The ELB can then remove one instance from the Autoscaling Group. D.Create a CloudWatch alarm to send a notification to the admin team. The admin team can then manually terminate an instance from the Autoscaling Group.