An enterprise is setting up a new multi-account environment using AWS Organizations to support multiple development teams. The security team requires central auditing, compliance guardrails, and centralized network administration. Arrange the steps in the correct logical sequence to establish this governed multi-account structure.
- 1Create Organizational Units (OUs) for Security, Infrastructure, and Workloads in the AWS Organizations management account.
- 2Designate a dedicated Security account as the delegated administrator for AWS CloudTrail to centralize organization-wide trail management.
- 3Attach Service Control Policies (SCPs) to the Workloads OU to enforce guardrails, such as restricting regions and preventing member accounts from leaving the organization.
- 4Share VPC subnets from the Infrastructure account with the Workloads OU using AWS Resource Access Manager (RAM) to allow development teams to deploy resources.
Answer
The correct sequence of steps to establish the governed multi-account structure is: first, create the Organizational Units (OUs); second, configure the delegated administrator for central logging; third, apply Service Control Policies (SCPs) to the OUs; and fourth, share VPC subnets using AWS Resource Access Manager (RAM).
Establishing the OUs first provides the structural hierarchy. Next, configuring delegated administration for CloudTrail guarantees all actions are audited from the start. Then, applying SCPs ensures security guardrails are active. Finally, sharing network resources via AWS RAM allows workloads to deploy safely within these predefined boundaries.
Step-by-Step Solution
Key Concept
Establishment of a governed multi-account landing zone using AWS Organizations OUs, delegated administration, SCPs, and RAM sharing.
Estimated Time:2m 0s