A solutions architect is designing a multi-account environment using AWS Organizations and AWS Control Tower for a large enterprise. The architecture must enforce custom guardrails, structure accounts into business-specific Organizational Units (OUs), and automatically deploy custom local network resources (such as VPCs and security groups) during account onboarding. The solutions architect decided to use AWS Control Tower Lifecycle Events linked to an Amazon EventBridge rule that triggers an AWS Lambda function for post-enrollment customization.
Arrange the steps in the correct chronological order to establish this governed environment and ensure all target accounts are automatically customized upon enrollment.
- 1Initialize AWS Organizations and launch the AWS Control Tower landing zone from the management account.
- 2Create custom Organizational Units (OUs) within AWS Control Tower to structure workloads.
- 3Enable preventive guardrails (SCPs) and detective guardrails (AWS Config rules) on the custom OUs.
- 4Set up Amazon EventBridge rules to detect AWS Control Tower Lifecycle Events and trigger AWS Lambda.
- 5Enroll member accounts into the customized OUs using AWS Control Tower Account Factory.
Cevap
To establish this environment and ensure all accounts are automated upon enrollment, the solutions architect must first launch the landing zone, create the custom OUs, apply guardrails, configure the EventBridge rules for lifecycle events, and finally enroll the member accounts via Account Factory.
The correct sequence starts with launching the landing zone and creating the custom OUs. Guardrails must be applied next to ensure immediate compliance. Crucially, the EventBridge rule for Lifecycle Events must be created before enrolling accounts to ensure that the orchestration workflow is active when the accounts are provisioned, allowing for automatic deployment of VPCs and security groups. Enrolling accounts is the final step that triggers this sequence.
Adım Adım Çözüm
Anahtar Kavram
AWS Control Tower Lifecycle Events and multi-account governance setup flow