Visual overview
Control Tower orchestrates the environment, Organizations provides hierarchy, and Config supplies configuration compliance for detective controls.
Technical reference
Control Tower composes lower-level governance services into a landing-zone lifecycle. Control behavior tells you whether a policy blocks, detects or validates before deployment.
Control Tower establishes and maintains the landing-zone configuration within an AWS Organizations organization.
AWS documents the Control Tower home Region as a setup choice that cannot later be changed, so Region planning is a governance decision.
Preventive controls use authorization guardrails such as SCP-based enforcement to stop disallowed actions in governed scope.
Detective controls identify nonconforming deployed resources and surface violations rather than preventing creation.
Proactive controls evaluate supported resources before CloudFormation provisioning completes and can reject nonconforming configuration.
Account Factory provisions accounts with approved landing-zone configuration so governance can be applied consistently by OU/account placement.
Service limits and capabilities can change. Values shown here reflect the current AWS documentation; use the linked official sources below as the source of truth.
Control Tower orchestrates a governed multi-account environment
AWS Control Tower provides a prescriptive way to set up and govern a multi-account AWS environment. Its landing zone is built on AWS Organizations and orchestrates supporting services rather than replacing them. Depending on the configured landing-zone capabilities, Control Tower integrates services such as Organizations, IAM Identity Center, CloudTrail, AWS Config and Service Catalog to establish shared governance foundations and central visibility.
This distinction matters when choosing services. Organizations is the lower-level account hierarchy and policy service; Control Tower adds an opinionated landing-zone lifecycle, account enrollment, dashboards, baselines and a catalog of controls around that environment. An organization can exist without Control Tower, and Control Tower can be introduced into a compatible existing organization. The value is standardized governance at scale, not merely a different console for creating accounts.
Controls prevent, detect or proactively reject nonconforming configuration
Control Tower categorizes controls by behavior. Preventive controls stop disallowed actions through policy-based enforcement such as service control policies. Detective controls continuously evaluate deployed resources and surface noncompliance, commonly using AWS Config rules. Proactive controls evaluate resources before provisioning through CloudFormation hook-based mechanisms, rejecting nonconforming resources before they are created or updated through covered CloudFormation operations.
These behaviors solve different timing problems. A detective control can tell you that a deployed resource is out of policy but does not imply that the resource was prevented from existing. A preventive control restricts the action itself. A proactive control validates supported resource configuration at provisioning time. Control coverage also depends on Region, control implementation and governed scope, so operators should verify the exact control reference rather than assuming every control behaves identically everywhere.
- Preventive: policy-enforced restriction before a prohibited action succeeds.
- Detective: evaluates deployed resources and reports policy violations.
- Proactive: checks supported CloudFormation-provisioned resources before deployment completes.
Account Factory standardizes how workload accounts enter the landing zone
Account Factory provides a standardized workflow for provisioning accounts into the Control Tower landing zone with approved configuration. This helps a platform team move from ad hoc account creation toward a repeatable vending process. Newly provisioned or enrolled accounts are placed into the organization structure where the target OU's baselines and controls can apply, so account placement becomes part of security and compliance posture.
Landing-zone lifecycle decisions are deliberately sticky. AWS documents a home Region selected during setup that cannot later be changed, and extending governance to Regions or OUs requires the corresponding landing-zone/account updates. Region selection should therefore match actual workload governance needs. Opting out of a Region does not technically prohibit workloads from being created there; it means those resources can sit outside Control Tower governance unless another control—such as an SCP restricting Region use—also prevents them.
Key takeaways
- 01
Control Tower is an orchestration and governance layer built on services such as AWS Organizations rather than a replacement for them.
- 02
A landing zone standardizes the multi-account foundation and ongoing governance model.
- 03
Control behaviors are preventive, detective or proactive and operate at different points in the resource lifecycle.
- 04
Account Factory standardizes account provisioning into the governed environment.
- 05
Control coverage and Regional governance must be verified; an ungoverned Region is not automatically blocked from resource creation.
Official AWS sources
Use these primary AWS resources for the source material behind this article and for deeper reference.