An enterprise is establishing a multi-account governance framework using AWS Organizations. To comply with regulatory requirements, the solutions architect must enforce a Service Control Policy (SCP) that restricts resource provisioning to a subset of approved AWS Regions without disrupting essential global services or production workloads. Arrange the following steps in the correct order to design, test, and implement this governance control.
- 1Identify global services (such as AWS IAM, AWS Billing, and Amazon CloudFront) that must be exempted from the regional restriction to prevent system-wide management failures.
- 2Create the Service Control Policy (SCP) in the management account, configuring the Deny effect for non-approved regions and specifying the identified global services in the exclusion conditions.
- 3Attach the crafted SCP to a Sandbox or Testing Organizational Unit (OU) containing non-production accounts.
- 4Perform validation testing within the sandbox accounts to confirm that API calls in approved regions succeed, while actions in unapproved regions are blocked.
- 5Attach the validated SCP to production OUs containing live enterprise workloads.
Cevap
The correct order begins with identifying global services to exempt, followed by creating the Service Control Policy (SCP) in the management account, attaching it to a sandbox OU, validating the policy's behavior with test resources, and finally attaching the SCP to the production OUs.
The correct order follows standard safe deployment practices and AWS best practices for managing SCPs. You must first identify which global services to exempt to prevent locking administrative actions. Next, you author the SCP with the appropriate conditions. To ensure safety, you must test the policy inside a sandbox/test OU first, validate the expected behavior (allowing permitted regions and blocking unpermitted ones), and only then promote the policy to production OUs.
Adım Adım Çözüm
Anahtar Kavram
Enforcing multi-account regional governance using Service Control Policies (SCPs) requires identifying global service exemptions and applying policy changes sequentially through sandbox environments to prevent operational disruption.