nerdexam
Amazon

DOP-C02 · Question #351

A company uses an organization in AWS Organizations to manage 10 AWS accounts. All features are enabled, and trusted access for AWS CloudFormation is enabled. A DevOps engineer needs to use CloudForma

The correct answer is A. Create a CloudFormation StackSet that has service-managed permissions. Set the root OU as a. Using a CloudFormation StackSet with service-managed permissions and targeting the root OU allows deployment of the IAM role across all accounts in the organization with minimal operational overhead. Service-managed permissions simplify the deployment process by automating the ne

Submitted by deeparc· Mar 6, 2026Configuration Management & Infrastructure as Code

Question

A company uses an organization in AWS Organizations to manage 10 AWS accounts. All features are enabled, and trusted access for AWS CloudFormation is enabled. A DevOps engineer needs to use CloudFormation to deploy an IAM role to the Organizations management account and all member accounts in the organization. Which solution will meet these requirements with the LEAST operational overhead?

Options

  • ACreate a CloudFormation StackSet that has service-managed permissions. Set the root OU as a
  • BCreate a CloudFormation StackSet that has service-managed permissions. Set the root OU as a
  • CCreate a CloudFormation StackSet that has self-managed permissions. Set the root OU as a
  • DCreate a CloudFormation StackSet that has self-managed permissions. Set the root OU as a

How the community answered

(49 responses)
  • A
    78% (38)
  • B
    6% (3)
  • C
    12% (6)
  • D
    4% (2)

Explanation

Using a CloudFormation StackSet with service-managed permissions and targeting the root OU allows deployment of the IAM role across all accounts in the organization with minimal operational overhead. Service-managed permissions simplify the deployment process by automating the necessary permissions for CloudFormation to operate across all accounts in the organization, without requiring additional setup or manual intervention. This solution ensures that the IAM role is consistently deployed to both the management account and all member accounts in the organization with the least amount of effort.

Topics

#CloudFormation StackSets#AWS Organizations#IAM Roles#Multi-account Deployment

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice