ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

39 / 500

Question 39:

You have been requested to use CloudFormation to maintain version control and achieve automation for the applications in your organization. Which of the following options is the best practice to keep everything agile and maintain multiple environments?

Answer options:

A.Create separate templates based on functionality and 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.