A solutions architect is establishing a governed multi-account environment for an enterprise using AWS Control Tower. The architect needs to initialize the landing zone, enforce corporate compliance guardrails, and onboard the first set of application team accounts. Arrange the steps to design and implement this multi-account governance structure in the correct chronological sequence.
- 1Configure the AWS Organizations management account and establish the Root organizational structure.
- 2Deploy the AWS Control Tower Landing Zone to automatically provision the Security OU, Log Archive account, and Audit account.
- 3Apply preventative guardrails (Service Control Policies) to the target Organizational Units to establish baseline governance boundaries.
- 4Provision new operational member accounts using the AWS Control Tower Account Factory under the governed OUs.
- 5Trigger the Customizations for AWS Control Tower (CfCT) pipeline to deploy local IAM roles and region-specific resources to the enrolled accounts.
Answer
The correct chronological sequence starts with configuring the AWS Organizations management account, followed by deploying the AWS Control Tower Landing Zone to establish the Security OU and core accounts. Next, preventative guardrails must be applied to the target OUs. Then, operational member accounts can be provisioned via Account Factory. Finally, the Customizations for AWS Control Tower pipeline is triggered to bootstrap resources inside the enrolled accounts.
Establishing a secure multi-account environment requires building from the foundational organization structure up to the account level. The correct path starts with designating the management account and setting up AWS Organizations. Next, the AWS Control Tower Landing Zone is deployed to establish core security OUs and shared accounts (Log Archive and Audit). Guardrails and SCPs are then applied to OUs to ensure governance boundaries are active. Only after the OUs are secured are operational member accounts provisioned using Account Factory, followed by CfCT pipelines to deploy application-specific resources and configurations within those accounts.
Step-by-Step Solution
Key Concept
AWS Control Tower Landing Zone Setup and Account Lifecycle Management