Question 134:
Your team wants to begin practicing continuous delivery using CloudFormation, to enable automated builds and deployments of the whole, versioned stacks or stack layers. You have a 3-tier, mission-critical system. Which of the following is NOT the best practice for using CloudFormation in a continuous delivery environment?
Answer options:
A.Use the AWS CloudFormation ValidateTemplate call before publishing changes to AWS. B.Model your stack in one template, so you can leverage CloudFormation’s state management and dependency resolution to propagate all changes. C.Save CloudFormation templates in a source control system such as GitHub so that the scripts can be version controlled. D.Parametrize the template and use Mappings to ensure your template works in multiple Regions.