ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

3 / 500

Question 3:

You are a DevOps engineer in a company. An AWS Organization is configured to manage a large number of AWS accounts and the Organization uses several Organizational Units (OUs) to help group AWS accounts together. You need to deploy a CloudFormation stack to enable customized AWS Config rules for all AWS accounts under one Organizational Unit. Which approach would you choose to provision the stack?

Answer options:

A.Create an IAM role that has permissions to create AWS Config rules in AWS accounts of the Organization Unit. Use the IAM role to configure a CodeDeploy task that deploys CloudFormation stacks in all AWS accounts.
B.Configure an AWS CodePipeline task that has a source stage to select the template and a deploy stage to launch the CloudFormation stack in all AWS accounts of the OU.
C.Ensure the CloudFormation template has parameters of AWS accounts and regions. Use the root AWS account to deploy the CloudFormation stack in all AWS accounts.
D.Configure a CloudFormation StackSet using the CloudFormation template. Choose the Organization Unit in the StackSet and specify the regions to deploy the stack.