Question 216:
Your Development team wants to use EC2 Instances to host their Application and Web servers. In the automation space, they want the Instances always to download the latest version of the Web and Application servers when launched. As an architect, what would you recommend for this scenario?
Answer options:
A.Ask the Development team to create scripts which can be added to the User Data section when the instance is launched. B.Ask the Development team to create scripts which can be added to the Meta Data section when the instance is launched. C.Use Auto Scaling Groups to install the Web and Application servers when the instances are launched. D.Use EC2 Config to install the Web and Application servers when the instances are launched.