Cloud Computing
Cloud governance and landing zones
Governance is the floor plan drawn before anyone moves in: which accounts, subscriptions or projects exist, who may create what inside them, which policies refuse a risky setting, and how every resource is tagged to an owner and a budget. A landing zone is that plan built and ready. Teams that skip it spend their second year untangling permissions and invoices nobody can attribute.
Why this topic exists: Accounts, subscriptions and projects, management groups, policy, tagging, budgets and locks: how an estate is organised before anything is deployed (AZ-900 Azure management and governance, its one of the three areas, at 30 to 35 per cent; the Well-Architected security and cost pillars).
Before a single workload arrives, somebody has to decide how the estate will be divided, who may act where, and what the platform will refuse to allow. That is cloud governance. A landing zone is its built form: a prepared set of accounts or subscriptions with identity integration, network foundations, central logging and guard rails, ready for teams to deploy into without renegotiating the basics each time. The work sits between architecture and administration, and when it is done well almost nobody notices it.
The building blocks, named once for each platform
- Containers for resources. AWS separates workloads into accounts grouped under an organisation; Azure uses resource groups inside subscriptions, gathered under management groups; Google Cloud has a resource hierarchy of its own. Each level is a boundary for billing, permissions and blast radius.
- Identity and roles. Identity and access management settles who may create, change or delete what, and at which level of the hierarchy a permission applies.
- Policy. Rules that refuse or flag risky settings, such as Azure Policy or AWS service control policies, so that mistakes are blocked instead of discovered.
- Tags. Labels for owner, cost centre and environment, the only practical way to attribute a shared bill after the fact.
- Budgets and cost views. Alerts before spending surprises anyone, a subject our cost and FinOps topic develops.
- Locks. Protection that stops a critical resource being deleted or altered by accident.
Much of this is least privilege applied to an entire estate: instead of trusting every team to configure safely, the platform hands out narrow roles and blocks the settings nobody should use. The resources being organised are mostly IaaS building blocks, machines, networks and disks, with managed services layered on top.
How the blueprints read it
AZ-900 weights Azure management and governance at 30 to 35 per cent of its skills measured, with objectives on the hierarchy of resource groups, subscriptions and management groups, and on tags, Azure Policy, resource locks and cost management. AZ-104 opens its administrator syllabus with managing identities and governance. On AWS, the associate architect exam asks for a security strategy across several accounts, and at professional level SAP-C02 starts with designing for organisational complexity. Google's Professional Cloud Architect expects the same fluency with its resource hierarchy and organisation policies. The AWS Well-Architected Framework has no governance pillar as such, yet three of its six pillars presuppose one: security with its management of user permissions, cost optimisation with its control over where money goes, and operational excellence with its agreed standards for daily running.
The shortcut that costs a year
Teams under pressure to ship often start in one account with broad permissions and promise to tidy up later. Later rarely comes cheaply: moving live workloads between accounts, fitting tags after the event and unpicking shared administrator rights all take far longer than setting them up would have. Even a small estate benefits from keeping production apart from everything else, defined through infrastructure as code so the structure can be reviewed and rebuilt. The defensive side of the same settings lives in our cloud security topic.
Next to this topic
- Cloud fundamentalsService and deployment models, regions and availability zones, elasticity and shared responsibility: the vocabulary every foundational exam tests first (AZ-900 Cloud Concepts; CLF-C02; NIST SP 800-145).
- Cloud platforms: AWS, Azure, Google Cloud, OCIThe four platforms differ in naming, pricing, regions and certification ladders; choosing one is the first decision most learners and teams make (vendor exam guides; the four certification hubs on this site).
- Containers and KubernetesContainers are the unit of deployment in cloud-native work and Kubernetes the orchestrator; CNCF's Runtime and Orchestration categories and the CKA exam define the field.
- Serverless and event-driven computingFunctions, managed queues and event buses change how systems are designed and billed; SAA-C03 and the AWS Serverless knowledge badge treat it as its own discipline.
- Cloud storage and managed databasesObject, block and file storage and the managed relational and NoSQL services are the questions that reach into all four SAA-C03 domains in the associate exams (SAA-C03; AZ-104; DP-900 for the data side).
- Cloud networkingVirtual networks, subnets, load balancers, DNS, content delivery and hybrid connectivity are where on-premises networking meets the cloud (SAA-C03; AZ-104; both vendors also sell a networking specialty exam).
- Cloud architecture and the well-architected pillarsDesigning for reliability, performance, security and cost is what the architect exams certify (SAA-C03's four domains; AZ-305; Professional Cloud Architect) and what the Well-Architected Framework's six pillars name.
- Infrastructure as code and automationDeclaring environments in code (Terraform, CloudFormation, Bicep, Pulumi, Ansible) is CNCF's Provisioning category and the operating habit every cloud team is hired for (AZ-400; SAP-C02).
- Cloud operations and observabilityRunning what was built: monitoring, logging, tracing, alerting and reliability engineering (CNCF Observability and Analysis; the Well-Architected Operational Excellence pillar; the CloudOps exam, formerly SysOps).
- Cloud cost and FinOpsMeasured, variable cost is one of NIST's five cloud characteristics and the commonest failure in practice; the FinOps Framework (Inform, Optimize, Operate) and SAA-C03's cost-optimised domain make it a discipline, not an afterthought.
- Cloud migration and hybridMoving existing workloads (rehost, replatform, refactor) and running hybrid estates is a large part of enterprise cloud work, and the architect exams test it; the hosting guides cover the small end of a move.
Concepts to know
Glossary entries with the reason each one matters here.
- IAM
Who may create what, where, is the first governance decision.
- Least Privilege
Policy and role design are least privilege at estate scale.
- IaaS
The resources governance organises are mostly machines, networks and disks.
Certifications that test it
Vendor exams and free certificates; facts, cost and the preparation path are on each page, and the certifications hub has them all.
- Microsoft · AZ-900Microsoft Certified: Azure FundamentalsManagement and governance is one of AZ-900's three areas, 30 to 35 per cent.
- Microsoft · AZ-104Microsoft Certified: Azure Administrator AssociateIdentity and governance open the administrator exam.
- AWS · SAP-C02AWS Certified Solutions Architect – ProfessionalMulti-account organisations at professional level.
- Google Cloud · PCAGoogle Cloud Professional Cloud ArchitectResource hierarchy and organisation policy on Google Cloud.
Frequently asked
- What is a landing zone, in one sentence?
- A pre-built, governed starting environment (accounts or subscriptions, identity, networking, logging and policies) into which teams deploy workloads without laying the foundations each time.
- Does a small company need cloud governance?
- It needs a small version: separate production from testing, require a second factor for administrators, tag every resource with an owner, and set a budget alert. That takes an afternoon and spares the untangling that otherwise arrives with growth.
- Is governance the same thing as security?
- They overlap heavily without being identical. Governance also covers cost attribution, naming, ownership and which regions may be used, questions of order and accountability as much as protection.
Courses in the directory
No course in the directory is filed under this topic yet. The pages above are the knowledge layer; the catalogue is secondary and follows.
Last reviewed 26 September 2026 · Getting Digital
