Question 293:
Your application has an Auto Scaling group of three EC2 instances behind an Elastic Load Balancer. Your Auto Scaling group was updated with a new launch configuration that refers to an updated AMI. During the deployment, customers complained that they were receiving several errors even though all instances passed the ELB health checks. How can you prevent this from happening again?
Answer options:
A.Create a new ELB and attach the Autoscaling Group to the ELB B.Create a new launch configuration with the updated AMI and associate it with the AutoScaling group. Increase the size of the group to six and when instances become healthy revert to three. C.Manually terminate the instances with the older launch configuration. D.Update the launch configuration instead of updating the Autoscaling Group