A solutions architect is implementing region-restriction Service Control Policies (SCPs) across an organization in AWS Organizations. The architect needs to ensure that the restrictions do not disrupt existing applications or logging workflows, and that they are applied safely.
Arrange the steps in the correct order to design, test, and safely deploy the SCPs.
- 1Create the region-restriction Service Control Policy (SCP) in the AWS Organizations management account.
- 2Attach the SCP to a designated testing Organizational Unit (OU) containing sandbox and non-production accounts.
- 3Perform validation testing of resource deployments in both allowed and restricted regions within the test accounts.
- 4Attach the SCP to the production Organizational Units (OUs) to enforce compliance.
- 5Monitor centralized CloudTrail logs in the log archive account for policy enforcement and unexpected access denials.
Answer
The correct sequence begins with creating the SCP in the management account, followed by attaching it to a test OU. Next, validation testing is performed within the test OU, after which the policy is applied to the production OUs. Finally, centralized CloudTrail logs are monitored to verify enforcement and detect unexpected access denials.
The correct order ensures that policies are authored centrally, tested in an isolated non-production environment first, verified before being promoted to production accounts, and monitored via centralized logs to catch any unforeseen impacts.
Step-by-Step Solution
Key Concept
Phased implementation and validation of Service Control Policies in a multi-account structure