Question 172:
You have been requested to use CloudFormation to maintain version control and achieve automation for the applications in your organization. How can you best use CloudFormation to keep everything agile and maintain multiple environments while keeping costs down?
Answer options:
A.Create separate templates based on functionality, create nested stacks with CloudFormation. B.Use CloudFormation custom resources to handle dependencies between stacks. C.Create multiple templates in one CloudFormation stack. D.Combine all resources into one template for version control and automation.