Question 178:
You have been told to make use of Cloudformation templates for deploying applications on EC2 Instances. These Instances need to be preconfigured with the NGINX web server to host the application. How could you accomplish this with Cloudformation?
Answer options:
A.Use the cfn-init helper script in Cloudformation. B.Use the Output resource type in Cloudformation. C.Use the Parameter resource type in Cloudformation. D.Use SAML to deploy the template.