An enterprise is designing a secure multi-account governance strategy using AWS Organizations. The security team wants to establish a secure, managed landing zone with automated account provisioning, centralized logging, and strict service control policies (SCPs) to prevent member accounts from disabling security monitoring. Arrange the following steps in the correct sequence to configure and secure this multi-account environment, ensuring that guardrails are active before member accounts begin deploying workloads.
- 1Deploy AWS Control Tower in the management account to establish the foundational landing zone, creating the Core OUs, Log Archive account, and Audit account.
- 2Register the Audit account as the delegated administrator for Amazon GuardDuty and AWS Security Hub from the Organizations management account.
- 3From the Audit account, enable and configure Amazon GuardDuty and AWS Security Hub for all current and future accounts in the organization.
- 4From the management account, attach a Service Control Policy (SCP) to member OUs to prevent member accounts from disabling GuardDuty and Security Hub.
- 5Provision new member accounts for application workloads through the AWS Control Tower Account Factory.
Answer
The correct sequence is: Deploy AWS Control Tower in the management account, register the Audit account as the delegated administrator, enable security services from the Audit account, attach the protective SCP from the management account, and finally provision member accounts.
The correct sequence begins with deploying AWS Control Tower to establish the landing zone, which creates the foundational OUs and core accounts (including the Audit account). Once the Audit account exists, delegated administration is configured from the management account, allowing the Audit account to manage security services organization-wide. The Audit account then enables GuardDuty and Security Hub. Next, the management account applies SCPs to member OUs to prevent disabling these monitoring tools, establishing the necessary guardrails. Finally, workload accounts are provisioned via Account Factory, ensuring they are governed by the established security baselines and SCPs from the moment of creation.
Step-by-Step Solution
Key Concept
Multi-Account Security Governance and Control Delegation