Study guide
Technical reference and lesson notes
Large AWS environments become easier to govern when account boundaries are treated as an architectural control, not just a billing convenience.
Why multiple accounts matter
An AWS account creates a strong isolation boundary for identities, quotas, resources, and billing. A mature design typically separates production from non-production workloads and places shared security or networking services in dedicated accounts.
Organizations and organizational units
AWS Organizations provides the hierarchy. Organizational units let teams apply governance to groups of accounts while service control policies define the maximum permissions available within those accounts.
- Use accounts to reduce blast radius.
- Use organizational units to group workloads with similar governance.
- Use service control policies as guardrails, not as replacements for IAM permissions.
Design takeaway
Start with clear account purposes and lifecycle ownership. The goal is predictable governance that scales without forcing every workload into one giant administrative boundary.