An enterprise is establishing a multi-region landing zone using AWS Organizations and AWS Control Tower to govern a rapidly growing portfolio of application accounts. The solutions architect must establish a secure multi-account structure, centralize security operations, apply service control policies (SCPs), and configure automated account provisioning. In what sequence should the solutions architect perform these setup steps to establish the environment while maintaining operational security and ensuring all new accounts are compliant upon creation?
- 1Provision the landing zone from the organization's management account, establishing the foundational Security organizational unit (OU), Log Archive account, and Audit account.
- 2Enable AWS IAM Identity Center and configure administrative permission sets mapped to corporate identity provider groups for access to the management and core security accounts.
- 3Delegate administration for AWS Config, AWS Security Hub, and Amazon GuardDuty to the dedicated Audit account to centralize monitoring and auditing operations.
- 4Attach custom Service Control Policies (SCPs) to the organizational units to restrict allowed AWS Regions and prevent unauthorized modification of security resources.
- 5Configure AWS Control Tower Account Factory Customizer to automate the deployment of baseline network resources and security configurations during the provisioning of new workload accounts.
Answer
The correct sequence begins with provisioning the landing zone using AWS Control Tower, followed by enabling AWS IAM Identity Center for administrative access, delegating security administration to the Audit account, attaching custom Service Control Policies (SCPs) to organizational units, and finally configuring the Account Factory Customizer for automated account provisioning.
Establishing the AWS landing zone must follow a strict dependencies-first approach. First, the management account must initialize AWS Control Tower to spin up the Security OU along with the Log Archive and Audit accounts. Second, federated access via AWS IAM Identity Center is configured to secure cross-account administration. Third, security and compliance administration is delegated to the Audit account. Fourth, custom SCPs are attached to the OUs to define strict guardrails. Finally, the Account Factory Customizer is configured to automate compliant workload provisioning.
Step-by-Step Solution
Key Concept
AWS multi-account governance setup lifecycle using AWS Control Tower, IAM Identity Center, delegated administration, Service Control Policies, and Account Factory automation.