Question 434:
<strong>A new development team is building up a web application to provide discount coupons to customer. They wrote a CloudFormation template to build up the infrastructure, 5 large Amazon linux EC2 instances, RDS, etc. </strong>
Answer options:
A.The developer should edit the template in the CloudFormation console directly rather than his PC as the console has provided various features to help on the edit. B.The team should use revision control to manage the CloudFormation template for example using GitHub otherwise it is hard to track who and how the changes are made. The changes need code reviews as well to ensure the quality. C.The developer should update the instance regularly. On all the Amazon EC2 Linux instances and Amazon EC2 Linux instances created with AWS CloudFormation, regularly run the yum update command to update the RPM package. This ensures that you get the latest fixes and security updates. D.In the template, use more intrinsic functions such as FN::BASE64, FN::Join, etc. These functions are able to help build up a clean and efficient template.