Landing Zones with AWS Control Tower
Stand up a secure multi-account baseline with guardrails built in.
Landing Zones with AWS Control Tower is a free AWS Security Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the AWS Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Why a Landing Zone
Spinning up dozens of accounts by hand leads to inconsistent, insecure setups. A landing zone is a well-architected, multi-account environment with security and governance built in from day one.
AWS Control Tower automates creating and governing a landing zone, so every account starts from the same secure baseline.
What Control Tower Provides
Control Tower orchestrates several services into one governed environment:
- AWS Organizations for the account structure.
- IAM Identity Center for sign-in.
- CloudTrail and Config for logging and compliance.
It wires these together with sensible defaults automatically.
The Account Structure
Control Tower sets up a baseline structure:
- A management account at the top.
- A Log Archive account that centralizes CloudTrail and Config logs.
- An Audit (Security) account for cross-account security access.
This separation keeps logs and security tooling away from workloads.
Guardrails
Control Tower enforces governance through guardrails (also called controls).
- Preventive guardrails use SCPs to block disallowed actions.
- Detective guardrails use Config rules to flag non-compliant resources.
- Proactive guardrails check resources before deployment.
Guardrails are labeled mandatory, strongly recommended, or elective.
Account Factory
Account Factory is Control Tower's templated way to provision new accounts.
Each new account automatically lands in the right organizational unit, inherits guardrails, and is enrolled in centralized logging. Teams get compliant accounts without manual security setup, often via a self-service catalog.
Organizational Units
Control Tower organizes accounts into OUs (organizational units) that group accounts by purpose, such as Production or Sandbox.
Guardrails apply at the OU level, so every account in an OU inherits the same controls. This makes policy consistent and easy to reason about.
The Dashboard and Drift
The Control Tower dashboard shows compliance status across the landing zone and detects drift: when someone changes a managed setting outside Control Tower.
For example, if an SCP is edited directly, Control Tower reports drift so you can re-apply the intended baseline.
Control Tower vs Manual Organizations
You can build a multi-account setup with raw Organizations and SCPs, but Control Tower does the wiring for you and keeps it consistent.
- Manual gives full control but more effort and risk of gaps.
- Control Tower gives a fast, opinionated, well-architected baseline.
Customizing the Landing Zone
Customizations for Control Tower (CfCT) and Account Factory for Terraform let you extend the baseline with your own resources and configurations applied to every new account.
This blends Control Tower's guardrails with organization-specific requirements like baseline IAM roles or network setups.
Integration with Security Tooling
Control Tower's Audit account is preconfigured for cross-account security access, making it the natural home for delegated administrators of GuardDuty, Security Hub, and Config.
Because logging and audit are centralized from day one, plugging in organization-wide threat detection and compliance is straightforward rather than retrofitted.
When to Use Control Tower
Choose Control Tower when you need to stand up and govern many accounts quickly with security best practices baked in.
On the exam, "establish a secure multi-account baseline with guardrails and centralized logging" is a strong signal for AWS Control Tower.
Quick Check
Identify the right service.
Recap
You learned how AWS Control Tower builds a governed landing zone.
- It orchestrates Organizations, Identity Center, CloudTrail, and Config.
- Guardrails (preventive, detective, proactive) enforce policy by OU.
- Account Factory provisions compliant accounts and detects drift.
Frequently asked questions
Is the “Landing Zones with AWS Control Tower” lesson free?
Yes — the full text of “Landing Zones with AWS Control Tower” is free to read here on the web, and the AWS Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the AWS Security Academy course, upgrade to CoddyKit PRO.
What will I learn in “Landing Zones with AWS Control Tower”?
Stand up a secure multi-account baseline with guardrails built in. You practise AWS Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start AWS Security Academy?
No prior experience is required. AWS Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Landing Zones with AWS Control Tower” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this AWS Security Academy lesson?
Yes. Every AWS Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Landing Zones with AWS Control Tower
- Conformance Packs of Config Rules
- Trusted Advisor Security Checks
- Mapping Controls to Compliance Frameworks