An enterprise is establishing a secure, automated multi-account landing zone using AWS Organizations and AWS Control Tower. The solutions architect needs to design a governance structure that automatically deploys custom Service Control Policies (SCPs) and baseline resources to all new accounts, while securing federated access for developers.
Arrange the following steps in the correct chronological sequence to implement this governance architecture from scratch according to AWS best practices.
- 1Launch AWS Control Tower in the Organizations management account to establish the landing zone and automatically provision the security and logging accounts.
- 2Create additional custom Organizational Units (OUs) under the organization root to define the logical boundaries for workloads (e.g., Workloads-Prod, Workloads-Dev).
- 3Deploy the Customizations for AWS Control Tower (CfCT) pipeline to manage custom CloudFormation templates and Service Control Policies (SCPs).
- 4Provision new member accounts or enroll existing accounts into their designated workload OUs using the AWS Control Tower Account Factory.
- 5Configure AWS IAM Identity Center permission sets and assign them to federated groups for the newly created member accounts.
Answer
The correct chronological sequence is: first launch AWS Control Tower to set up the landing zone; second, define the workload Organizational Units; third, deploy the Customizations for AWS Control Tower (CfCT) pipeline; fourth, provision member accounts via the Account Factory; and fifth, configure and map AWS IAM Identity Center permissions to the newly created accounts.
The correct sequence starts with launching AWS Control Tower to initialize the landing zone and establish the core logging and security accounts. Next, custom OUs must be created in AWS Organizations to house future workloads. Then, the CfCT framework is deployed so it is active and ready to handle account lifecycle events. Afterwards, accounts are provisioned or enrolled via Account Factory, automatically receiving CfCT customizations. Finally, IAM Identity Center is configured to grant users federated access to the newly active accounts.
Step-by-Step Solution
Key Concept
Establishing multi-account governance using AWS Organizations, AWS Control Tower, CfCT customization pipeline, and AWS IAM Identity Center.
Estimated Time:3m 0s