Question 672:
Your organization had set up Auto Scaling for an EC2 instance. They intend to launch one additional new instance with same configuration automatically when the workload increases and shut it down automatically when the workload is back to normal. However, they have applied operating system patches to the main instance for security reasons and would like this to be reflected when the Auto Scaling group launches a new EC2 instance. What actions would you take in this scenario?
Answer options:
A.Auto Scaling group will launch new EC2 instance from the main instance latest snapshot. New instance will have updated patches. B.Create an image out of main EC2 instance and update Auto Scaling group configuration with new image AMI ID.C.Create an image out of main EC2 instance and update Launch Configuration with new image AMI ID.D.Create an image out of main EC2 instance, create a new Launch Configuration with new image AMI ID, update Auto Scaling group with new Launch Configuration ID