Question 143:
You have deployed an application in an Auto Scaling Group. You now want to change the instance type of the instances as the new instance type can improve the application performance. During the change, there should be no service impact. How can you achieve this requirement in the most appropriate way?
Answer options:
A.Switch to Elastic Beanstalk to deploy the application with the new instance type. B.Delete the old Auto Scaling group and use Cloudformation to deploy the new Auto Scaling group with the new instance type. C.Create a new launch configuration with the new instance type, attach it to the existing autoscaling group and increase the number of desired instances of ASG to launch new instances. When new instances are in healthy status, decrease the number of desired instances to delete instances with the old instance type. D.Create new EC2 instances with the new instance type and attach them to the Auto Scaling Group.