AWS Control Tower Basics
What is AWS Control Tower? Service that sets up and governs a secure, multi-account AWS environment based on best practices. Automates the creation of a landing zone. What It Sets Up AWS Organizations (account structure) Identity Center (SSO) Guardrails (preventive + detective + proactive controls) Log Archive account (centralized logging) Audit account (security/compliance) Account Factory (provision new accounts) ┌─────────────────────────────────────────────────────────────────┐ │ Management Account │ │ └── Organizations │ │ ├── Security OU │ │ │ ├── Log Archive Account │ │ │ └── Audit Account │ │ └── Workloads OU │ │ ├── Dev Account │ │ └── Prod Account │ └─────────────────────────────────────────────────────────────────┘ Landing Zone A well-architected, multi-account AWS environment. It’s the architecture pattern, not a service. ...
