Skip to content
Getting Digital

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

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.

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