The Multi-Account Organisation Pattern That Scales

AWS Organizations + SCPs + per-team accounts. The pattern that scales to large companies and the gotchas that hide.

Structure

The multi-account AWS Organizations pattern is the foundation for any AWS estate above a few accounts. It provides isolation, governance, and billing organization in one structure. The pattern is widely adopted because it solves problems that single-account approaches cannot: blast radius isolation, environment separation, team-level autonomy with central oversight.

What good structure looks like:

The structure is the foundation. Other capabilities (SCPs, account factory, audit) build on this structure.

SCPs

Service Control Policies enforce guardrails across the organization. SCPs apply at the OU level and inherit down to member accounts. They constrain what IAM principals can do; SCPs are the absolute ceiling on permissions.

SCPs are powerful and dangerous. Used carefully, they produce excellent governance; used carelessly, they produce outages.

Gotchas

The multi-account pattern has known gotchas. Teams that recognize them in advance avoid the recurring pain; teams that do not recognize them learn each one through experience.

Multi-account organization pattern is one of the most consequential AWS architectural decisions. Nova AI Ops integrates with Organizations and CloudTrail data, surfaces account-level patterns, and produces the cross-account visibility that the platform team needs to operate the structure effectively.