Question 150:
You currently have EC2 Instances hosting an application. These instances are part of an Autoscaling Group created using Cloudformation. You now want to change the instance type of the EC2 Instances. How can you manage the deployment with the least amount of downtime?
Answer options:
A.Terminate the existing Auto Scaling group. Create a new launch configuration with the new Instance type. Attach that to the new Auto-scaling Group. B.Use the AutoScalingRollingUpdate policy on CloudFormation Template Auto Scaling group C.Use the Rolling Update feature which is available for EC2 Instances. D.Manually terminate the instances, launch new instances with the new instance type and attach them to the Autoscaling group.