ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

119 / 500

Question 119:

Your company needs to automate 3 logical layers of a large cloud deployment. You want to track this deployment’s evolution as it changes over time and carefully control any alterations. The deployment scripts should be version-controlled and managed in a GitHub repo. What is a good way to automate a stack to meet these requirements?

Answer options:

A.Use OpsWorks Stacks with three layers to model the layering in your stack.
B.Use CloudFormation Nested Stack Templates, with three child stacks to represent the three logical layers of your cloud.
C.Use AWS Config to declare a configuration set that AWS should roll out to your cloud.
D.Use Elastic Beanstalk Linked Applications, passing the important DNS entries between layers using the metadata interface.