SAP-C02 · Question #540
A company is using AWS Organizations to manage multiple accounts. Due to regulatory requirements, the company wants to restrict specific member accounts to certain AWS Regions, where they are…
The correct answer is D. Associate the specific member accounts with a new OU. Apply a tag policy and an SCP using. To centrally restrict specific member accounts to certain AWS Regions and enforce tagging standards with minimal configuration, the accounts should be placed in a new Organizational Unit (OU) and have a Tag Policy and an SCP applied to that OU.
Question
A company is using AWS Organizations to manage multiple accounts. Due to regulatory requirements, the company wants to restrict specific member accounts to certain AWS Regions, where they are permitted to deploy resources. The resources in the accounts must be tagged, enforced based on a group standard, and centrally managed with minimal configuration. What should a solutions architect do to meet these requirements?
Options
- ACreate an AWS Config rule in the specific member accounts to limit Regions and apply a tag
- BFrom the AWS Billing and Cost Management console, in the management account, disable
- CAssociate the specific member accounts with the root. Apply a tag policy and an SCP using
- DAssociate the specific member accounts with a new OU. Apply a tag policy and an SCP using
How the community answered
(28 responses)- A18% (5)
- B4% (1)
- C7% (2)
- D71% (20)
Why each option
To centrally restrict specific member accounts to certain AWS Regions and enforce tagging standards with minimal configuration, the accounts should be placed in a new Organizational Unit (OU) and have a Tag Policy and an SCP applied to that OU.
AWS Config rules are reactive (monitor compliance after deployment) and are not used to proactively limit regions or enforce tag policies for future deployments across multiple accounts from a central point.
Disabling regions from the Billing and Cost Management console applies to the entire organization, not specific member accounts, and does not enforce tagging standards.
Associating accounts directly with the root is less granular than using an OU and might apply policies too broadly if other accounts also need different policies; an OU provides better organizational structure for targeted policies.
Creating a new Organizational Unit (OU) allows for grouping specific member accounts, enabling targeted governance. Applying a Tag Policy to this OU centrally enforces tagging standards across all resources within those accounts, ensuring compliance. Simultaneously, an SCP (Service Control Policy) can be attached to the OU to deny access to actions in unapproved AWS Regions, providing a preventative guardrail for regional restrictions and meeting all requirements with centralized management and minimal configuration.
Concept tested: Centralized multi-account governance with OUs, SCPs, and Tag Policies
Source: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
Community Discussion
No community discussion yet for this question.