Module 01 · Morning session · 20 slides

Governance at Scale

Every organisation that moves onto AWS in earnest hits the same wall: the practices that worked for twelve accounts quietly stop working at two hundred. This module explains what actually breaks, why the instinctive fixes make it worse, and the three-part frame the rest of the course builds on.

Governance-at-scale basics 3 focal points Control inheritance Interactive explorer

Three transitions, all at once

The awkward truth about enterprise cloud adoption is that it is never one project. AnyCompany is simultaneously building brand-new cloud-native services, lifting existing on-premises systems across, and reworking older applications into something more modern. Each of those streams has a different pace, a different risk profile and a different set of people driving it — and all three land in the same AWS estate.

Build cloud-native

New services designed for AWS from day one. Fast-moving teams, short release cycles, and an appetite for managed services that did not exist in the data centre.

Migrate what exists

The long tail. Hundreds or thousands of applications, most of them older than the team maintaining them, each carrying its own licensing, support and deployment quirks.

Modernise selectively

You cannot re-architect everything, so you sequence it. Some workloads become containers, some become functions, some become somebody else's SaaS, and some stay exactly as they are.

What the industry research says

These are widely-cited figures from published industry research on cloud and DevOps adoption. Treat them as a sense of magnitude rather than a promise — the useful signal is the spread. The gap between the bottom and the top of each range is mostly a governance and operating-model gap, not a technology gap.

Speed, once you get it right

4–440× Range of improvement in lead time to deploy a feature, low performers to high performers
5–46× Range of improvement in how often code actually reaches production
up to 5× Reduction in the proportion of changes that fail once deployed

The size of the portfolio you are governing

1,000+ Applications in a typical large-enterprise portfolio at the start of a migration
20%+ Of those on-premises workloads get retired outright rather than moved anywhere
hundreds Independent software vendor tools in the mix, each with its own deployment and support model

Where the estate is heading

20–50% Share of the application portfolio organisations expect to consume as SaaS
280% Five-year growth in container-based and serverless workloads
up to 69% Of organisations expect to run a hybrid architecture rather than an all-cloud one
The number that matters is not on this page. None of these figures is a target. What they describe collectively is a surface area problem: more workloads, more deployment models, more vendors and more hybrid edges all mean more things to observe, more things to correct, and more places a misconfiguration can hide. Governance at scale is the practice of making that surface area manageable without slowing the people working on it.

Why the surface area is the real problem

Break a monolith into forty microservices and you have not created forty times the work — you have created forty times the objects to be governed. Forty sets of IAM roles. Forty deployment pipelines. Forty places a security group could be opened too wide. Forty line items on a bill that somebody has to explain.

Add the hybrid edge and it compounds again. A migrated workload that still needs to reach an on-premises database has a network path, a set of credentials and a data-residency question attached to it. Multiply by a portfolio in the hundreds and manual review stops being merely slow. It becomes a fiction: the review still happens, but it no longer meaningfully covers the estate.

That is the setup for the rest of the module. Not "cloud is complicated", but something more specific — the growth in things to govern outpaces the growth in people available to govern them. Any answer that scales has to be an answer that runs without a human in the path.

Further reading

Control or speed — pick one?

Ask a platform team what they are optimising for and you will usually get an honest admission that they are refereeing a fight. The security and finance side of the house wants consistency, evidence and a way to say no. The engineering side wants to ship this afternoon. Framed that way, every governance decision looks like a tax on delivery, and every delivery decision looks like a risk somebody will have to answer for later.

What central IT is accountable for

A defensible security posture across every account, not just the ones that were reviewed.

Evidence an auditor will accept — who had access, what changed, when, and under whose authority.

Costs that map to budget holders rather than arriving as one unexplained invoice.

Consistency, so that a control means the same thing in the tenth account as it did in the first.

VERSUS

What builders are measured on

Getting an idea in front of real users before somebody else does.

Experimenting cheaply, including experiments that turn out to be wrong.

Not waiting on a queue to get an environment, a role, or a database.

Responding to change in days, not in the next quarterly release train.

The trade-off is real only when governance is enforced by people. A human approval gate genuinely does cost time, and genuinely does not scale. But that is a property of the implementation, not of governance itself. Encode the same rule as a policy the platform evaluates automatically and the cost per request collapses to roughly zero — while the coverage goes from "the requests we had time to look at" to "all of them". This is the central claim of the whole course, and everything in M02 through M04 is machinery for making it true.

Governance and agility as one loop

Governance · what the platform guarantees Agility · what builders experience Implement Foundation, once Provision Approved paths Operate Watch and correct Experiment Cheap to be wrong Produce Ship on demand Respond Days, not quarters One platform, two loops. The faint line is the feedback path: what operations learns becomes the next revision of the foundation. Neither row exists to slow the other down — that only happens when the left row is staffed by people instead of policy.

Three things organisations try first

Before anyone reaches for a governance framework, there are three reflexive responses. Each one is a reasonable instinct. Each one fails for a structural reason rather than because it was executed badly.

1. Reuse the existing IT process

The change-advisory board, the request ticket, the environment-build runbook. It already exists, everyone knows it, and it satisfies the auditor. So it gets pointed at the cloud.

Why it breaks: the process was calibrated for a world where provisioning took weeks anyway, so a three-day approval was invisible. In an environment where the resource itself takes ninety seconds, the approval is the lead time. Throughput is capped by the size of the review team, and teams quickly learn to batch changes into large, riskier releases to amortise the wait.

2. Let account creation happen organically

No defined process, so accounts appear when someone needs one — on a corporate card, under a personal email, for a proof of concept that then goes to production.

Why it breaks: without a standard creation path there is no baseline, so every account differs. You end up unable to answer basic questions — who owns this, what is running in it, is logging even switched on, is anything here in scope for our compliance regime. The gap is not only security. It is financial too: unattributed spend cannot be forecast, challenged or reduced.

3. Buy a third-party cloud broker

An abstraction layer in front of AWS that promises one console, one policy language and one bill across providers.

Why it breaks: you have added a translation layer between your intent and the platform that enforces it. New AWS capabilities arrive only when the broker supports them, native controls and broker controls can disagree about what is actually enforced, and troubleshooting now spans two systems with two support models. The broker becomes another thing to govern rather than the thing that does the governing.

The questions behind all three

Enforcement How do I make one security posture hold across accounts that belong to different teams, run different workloads and answer to different regulators?
Central view How do I manage accounts and resources from one place — for cost as much as for compliance — without becoming the bottleneck for every request?
Speed How do I do both of those and still let a team stand up an environment this morning?

Further reading

The three focal points

This is the framework the rest of the course hangs off. Governance at scale is not a service you switch on — it is three concerns handled together, because handling any one of them alone leaves an obvious hole. Get accounts right but ignore cost and you have a well-organised estate nobody can afford. Automate security but leave account creation informal and your automation only covers the accounts it knows about.

Account management

Standardise how accounts come into existence, who can get into them, and what baseline they carry from birth. Centralise, standardise, automate — in that order.

Security & compliance automation

Express your rules as things the platform evaluates rather than things a person checks. Assessment, access grants and enforcement all become code.

Budget & cost management

Treat spend as a governed resource with the same rigour as permissions. Allocate it, watch it in real time, and let the platform act when a limit is approached.

Why three and not one. Different parts of AnyCompany arrive at the cloud from different places. A team standing up its first workload needs a fast, safe on-ramp. A department with an existing footprint needs to bring what it already has under management. A finance function needs both of those to be attributable to a cost centre. The three focal points exist because those are three genuinely different jobs that must nonetheless resolve to one estate.

Focal point 1 — account management

An AWS account is the strongest isolation boundary the platform gives you. That makes it the natural unit of governance — and it means the way accounts are created determines almost everything downstream. Three mechanisms carry this focal point.

Policy automation Standard permission specifications get applied to identities as a matter of course, not as a follow-up task. Instead of each team hand-writing IAM policies for its own roles, the shape of what a role may do is defined once centrally and applied wherever that role appears. The win is not just consistency — it is that a change to the standard propagates instead of needing a campaign.
Identity federation Workforce identity lives in one directory, and AWS trusts that directory rather than holding its own copy of your staff list. IAM Identity Center brokers this: it speaks SAML 2.0 to an external identity provider, and it can also act as a SAML provider itself for downstream applications. Joiners, movers and leavers are handled once, in the system that already knows about them. Paired with CloudTrail, activity stays attributable to a person across every account they can reach.
Account automation New accounts come from a template, not from a runbook. The template carries the baseline — logging destinations, guardrails, break-glass roles, network attachment, tagging — so account number two hundred is configured identically to account number two. This is what Account Factory does in M02, and it is the single highest-leverage change most organisations can make.
A useful way to hear "SAML 2.0" if it is unfamiliar. It is a standardised envelope for one system to tell another "this person is who they say they are, and here is what I know about them". Your identity provider asserts; AWS consumes the assertion and maps it to permissions. Nothing about your password ever reaches AWS. That indirection is why federation, rather than issuing access keys, is the only account-management story that scales past a handful of accounts.

Focal point 2 — security and compliance automation

Agility, compliance and security are not in competition, but they are all defeated by the same thing: a step that requires a person. This focal point is about removing people from the enforcement path while keeping them firmly in the decision path.

Identity and access automation

Grant access by role, not by individual. Someone joining a team inherits what that team can do; a new service added at the OU level becomes reachable for everyone below it without a per-account change. Access becomes a property of the org structure rather than a stack of tickets.

Security automation

Assessments run continuously against templates encoding your requirements, so a new project is compliant on the day it launches rather than on the day it gets reviewed. It also shortens the response side — when a violation appears, the reaction can be automatic, up to and including withdrawing access.

Policy enforcement

Constrain which Regions, which services and which resource configurations are permitted — and attach that constraint at whichever level of the hierarchy matches the obligation. The request that would create a non-conforming resource simply does not succeed.

What enforcement feels like in practice

Take a concrete case. A developer in a team subject to payment-card obligations tries to create an S3 bucket without the encryption and access settings the standard requires. There is no queue and no reviewer. The API call is evaluated against the policy attached above that team in the hierarchy and it fails immediately, with an error the developer can read.

Two things are worth noticing. First, the feedback arrives in seconds rather than days, which is why this is better for the developer than a review board, not merely cheaper for the platform team. Second, the rule was never written for that developer — it was attached once, at a level, and every account under it inherited it. Which is exactly the mechanism the next tab lets you drive.

Focal point 3 — budget and cost management

The third focal point is the one engineers most often skip and finance most often raises first. It gets a tab of its own — see Budget as a control — because the interesting part is not reporting on spend, it is treating a budget limit as an enforceable control in the same family as an IAM policy.

Focal pointThe question it answersWhere the course delivers it
Account management How does an account come to exist, and what does it carry on day one? M02 — Organizations, Control Tower, IAM Identity Center, Account Factory
Security & compliance automation How do my rules get enforced and verified without anyone checking? M03 for preventive controls, M04 for detective controls and remediation
Budget & cost management Who is spending what, against whose budget, and what happens at the limit? M03 — AWS Budgets and budget actions inside the Service Catalog workflow

Further reading

Inheritance — attach once, apply everywhere below

A control is a pre-packaged governance rule you select rather than author. The mechanic that makes controls scale is inheritance: you attach a control at one point in the hierarchy and everything beneath that point is covered, including things that do not exist yet. Choosing the attachment level is the governance decision — too high and you impose obligations on teams that do not carry them, too low and you have a rule you must remember to attach again next time.

The org chart below is AnyCompany. Pick a node, then attach a framework and watch the cascade. The counters tell you exactly how much of the estate you just brought into scope.

Nothing is attached yet. Select a node in the hierarchy — the root, a department OU, or a nested OU — then choose a framework to activate there.

Attachment point: AnyCompany (organization root) — click any node to move it

AnyCompany Management Operations Engineering Research Developers Corp Services ops-shared Platform Team A Project 1 corp-01 platform-prod research-a1 sandbox-06 Solid tiles are organizational units. Dashed tiles are member accounts. Badges appear on every node at or below an attachment point.
0OUs in scope
0 / 5Accounts in scope
0Controls active
Deepest attachment
H — HIPAA F — FedRAMP P — PCI DSS Organizational unit Member account

What the explorer is actually teaching

Attach high for universal obligations

Rules that apply to the whole organisation regardless of team — approved Regions, mandatory logging, no disabling of the audit trail — belong at the root. Attaching them once means new accounts arrive already covered.

Attach low for scoped obligations

A framework that only some workloads are subject to should sit at the OU that contains exactly those workloads. Push it higher and you make unrelated teams carry restrictions they gain nothing from.

Inheritance is additive, not exclusive

A nested OU accumulates everything attached above it plus whatever is attached to it directly. An account three levels down can be simultaneously in scope for a root-level rule and a branch-specific one.

Inheritance cuts both ways, and only one direction is intuitive. Adding a control high up is easy to reason about — more coverage. Removing one is where people get caught: detach at the root and you have simultaneously stopped enforcing it in fifteen places, including places nobody currently remembers depend on it. Before you move a control up or down, work out which accounts change state. The counters above are a small model of exactly that question.
Where this reappears. M02 turns this diagram into a real Control Tower landing zone with mandatory, strongly-recommended and elective controls, and the OU structure becomes something you provision rather than draw. M03 attaches the preventive half as service control policies and Service Catalog constraints; M04 attaches the detective half as AWS Config rules and conformance packs. The inheritance mechanic is identical in all three.

Budget as a control, not a report

Most organisations treat cost as something you find out about. The invoice arrives, someone builds a dashboard, a meeting happens, and in the best case a team is asked to look into it next sprint. That is reporting. Governance at scale asks a harder question: can a budget limit behave like a policy — something the platform knows about and acts on while the spend is happening?

Budget planning

A funding source gets subdivided down the organisation so each department, team and project holds a share it can be held to. Dashboards then give the people who own those shares a live view rather than a monthly retrospective. The point of planning is not accuracy — it is that every dollar has a named owner before it is spent.

Budget enforcement

Each layer of the hierarchy carries its own limit, monitored continuously. As actual or forecast spend approaches that limit the platform notifies the people who can do something about it, and beyond a chosen threshold it can act on its own. This is what makes a budget a control rather than a number.

Escalation, not a cliff edge

The useful design is graduated. Nothing should go from "fine" to "everything stopped" in one step, and nothing should stay at "send another email" forever. A workable ladder looks roughly like this.

Inform — alert the budget owner

A threshold is crossed on actual or forecast spend and the owner hears about it while there is still room to react. No technical change, no disruption.

~50–60% of limit

Constrain choice — restrict expensive resource types

Provisioning stays open, but only for resources under a defined cost. A team can keep working; it just cannot reach for the largest instance family while it is running hot.

~75–85% of limit

Throttle — slow or block new provisioning

New resource creation in the affected scope is throttled or stopped outright. Existing workloads are untouched, so nothing in production degrades — the growth is what pauses.

~90–100% of limit

Reclaim — archive, then stop or deprovision

The last rung. Configuration and data are archived first so the environment can be rebuilt, then resources are stopped, terminated or removed. Reserve this for non-production scopes where the cost of being wrong is a rebuild, not an outage.

over limit
Never point the bottom rung at production without an explicit decision. An automated action that terminates resources is a governance control and an availability risk in the same object. The archive-before-acting sequence exists precisely because the action is destructive. Scope the aggressive tiers to sandbox and development OUs, keep production on inform-and-constrain, and make the escalation from one to the other a human choice.

Why this sits in the same module as inheritance

Because it uses the same mechanism. A budget attaches to a scope in the hierarchy, and the scope determines both who is accountable and what the automated action can reach. A limit set on the Developers OU covers every project underneath it, including projects created next month. A limit set on one nested project OU covers only that project, which is what you want when one team's experiment should not be able to consume a department's allocation.

The practical consequence is that your OU design is simultaneously your security boundary and your cost boundary. Those two do not automatically want the same shape — a security regime might group by data sensitivity while finance groups by cost centre — and reconciling them is one of the genuinely hard design conversations in a landing zone. It is worth having deliberately rather than discovering it after two hundred accounts exist.

The concrete implementation — AWS Budgets, budget actions, and the way a budget constraint gets attached to a Service Catalog product so a builder sees the limit at the moment of provisioning — is covered in M03: Preventive Controls.

ScopeSensible enforcement ceilingReasoning
Sandbox / experimentation OU Reclaim — stop and deprovision Nothing here is load-bearing. Aggressive reclamation is what keeps a sandbox from quietly becoming the largest line on the bill.
Development / test OU Throttle new provisioning Teams need what exists to stay up, but pausing growth is a reasonable consequence of running past a limit.
Production workload OU Constrain resource types, inform loudly Automated destruction here trades a cost problem for an availability incident. Restrict what can be added, never what is running.
Shared services / audit accounts Inform only These accounts hold logging and security tooling for everyone else. Throttling them degrades the visibility you need most when something is going wrong.

What you should be able to say now

This module is deliberately conceptual — there is no lab attached to it. Its job is to give you the vocabulary and the frame that make the next four modules cohere instead of arriving as a list of services. Judge it against these.

Questions worth raising in the room

Design tension Should our OU structure follow the org chart, the compliance regime, or the cost-centre map? All three want a different shape, and the hierarchy can only be one of them. Which one loses, and how do we compensate?
Migration reality We already have accounts that were created informally. What does bringing them under governance look like, and what breaks when a control lands on a workload that was never built for it?
Scope discipline If only one department is subject to a framework, is attaching the control at the root ever the right call — on the grounds that uniformity is simpler to operate than precision?
Cost of enforcement Detective controls that record everything have a running cost of their own. Where is the line between useful evidence and paying to store data no one will query?

Where the course goes next

M01 established that the answer has to be automated. M02 is where that stops being an assertion — it is the largest module in the course and the structural heart of it.

M02 · 47 slides · next

Governance Automation

Multi-account design patterns, the landing zone reference architecture, AWS Control Tower setup and prelaunch checks, centralised workforce identity through IAM Identity Center, Account Factory, and the first proper look at control types. Everything M01 argued for, built.

Control Tower Landing zone Account Factory Identity Center
Deep dive · interactive

Landing Zone Builder

The natural sequel to the inheritance explorer on this page. Assemble a landing zone one decision at a time — add OUs, place the shared accounts, choose where a control attaches — and see what changes when you move a control one level down.

Click-to-build Inheritance Shared accounts
One thing to carry forward. Every mechanism in the remaining modules is an answer to "how do I make this rule true without checking?" Service control policies, Control Tower controls, Service Catalog launch constraints, AWS Config rules, Systems Manager automations — different services, different points in the lifecycle, same underlying move. When a new service appears in the afternoon, ask which focal point it serves and where in the hierarchy it attaches. Those two answers place it immediately.

Further reading

What’s new since the deck was written

The concepts in this module have not moved. The mechanisms have — substantially. AWS Organizations grew two entirely new policy types alongside SCPs, the SCP language itself got a lot more expressive, and the quotas that used to shape how people designed OU hierarchies went up. If you are designing a governance model today, design it against this list rather than against the slides.

Sources checked September 2026 · every row links to the AWS announcement or documentation

Service control policies grew up

Sep 2025 Changes the deck Organizations

SCPs now support the full IAM policy language

The old SCP grammar was a deliberately reduced subset — no conditions, no individual resource ARNs, no NotAction with Allow. That is gone. SCPs now accept conditions, specific resource ARNs, NotAction inside Allow statements, and wildcards in Action and NotResource.

Why it matters here A great deal of the “you cannot express that as an SCP, so put it in an IAM policy instead” advice in older material is now wrong. You can write “deny this API unless the request carries this tag” at the OU level. Existing SCPs keep working unchanged — the change is additive.

May 2026 Organizations

SCP quotas doubled — 10 per node, 10,240 characters each

The ceiling used to be five SCPs attached to any single root, OU or account, each capped at 5,120 characters. Both numbers doubled.

Why it matters here The old limit is the reason so many organisations ended up with one enormous, unreadable “kitchen sink” SCP per OU. With ten slots you can split policies by intent — one for region pinning, one for root-user protection, one for logging protection — and actually understand what is attached where when you open the inheritance explorer on the previous tab.

Jan 2026 IAM Organizations

Access-denied messages now name the policy that denied you

When the caller and the resource are in the same account and organisation, the error now includes the ARN of the specific policy responsible — and it covers SCPs and RCPs, not just identity-based policies, session policies and permission boundaries.

Why it matters here This is the single biggest quality-of-life change for anyone operating an inheritance hierarchy. The classic failure mode of nested OUs is a denial arriving with no indication of which of the six attached policies caused it. Now the message tells you, and you can go straight to the attachment point.

Two new policy types the deck does not mention

This is the structural change. When this course was written, an organisation policy meant an SCP: a constraint on what your principals could do. There are now two more families, and they answer questions SCPs never could.

Resource control policies (RCPs)

An SCP constrains your principals. An RCP constrains your resources — it caps what any principal, including one from outside your organisation entirely, can do to a resource in a member account. This is the primitive that makes a data perimeter expressible in one place instead of in every bucket policy.

Declarative policies

Neither an allow nor a deny — a desired configuration. You state the account-level setting you want, and AWS keeps it that way for every account in scope, including accounts created after you wrote the policy. There is no API call to intercept and no drift to detect, because the setting itself is centrally owned.

Jan–Jul 2026 Organizations

RCP coverage and quotas keep expanding

The per-organisation RCP limit went from 1,000 to 2,000 in July 2026. Service coverage widened over the same period — Amazon Cognito and Amazon CloudWatch Logs in January 2026, Amazon DynamoDB in February 2026, on top of the services supported at launch.

Why it matters here Coverage is the thing to check before you promise a data perimeter. RCPs only constrain the services that support them, so the supported-services list in the documentation is a live design input, not background reading.

Nov 2025 Changes the deck Amazon S3 Organizations

S3 Block Public Access is enforceable organisation-wide

Block Public Access can now be set as a policy attached at the organisation root, at an OU, or at named accounts, propagating to everything in scope. Attachment and enforcement are auditable through CloudTrail.

Why it matters here “No public buckets” used to be a two-part answer: an SCP denying the API that turns BPA off, plus a Config rule to catch the buckets that slipped through before you attached it. Now it is one setting you own centrally. It is the clearest illustration in the whole course of a preventive control that needs neither an API interception nor a detective backstop.

Sep 2025 · Jul 2026 Amazon EC2 Amazon VPC

Declarative policies now cover AMI governance and VPC encryption

The EC2 Allowed AMIs setting gained four new criteria — Marketplace product codes, deprecation time, creation date and AMI name patterns — so you can express “nothing older than this” rather than just “from these accounts”. Separately, VPC Encryption Controls became centrally manageable, replacing a per-VPC enable-and-configure-exclusions chore with one policy plus an organisation-wide status view.

Why it matters here Both are examples of the same pattern: a setting that used to be per-account or per-resource becoming an organisation-level property. When you audit your own estate, the question “is there a declarative policy for this now?” is worth asking before you write an SCP.

Jul 2026 Organizations

New organisations get departure controls by default

Create an organisation through the console today and AWS attaches a lightweight baseline for you, including SCPs that stop member accounts leaving or closing themselves. The defaults can be changed or removed at any time.

Why it matters here “Deny organizations:LeaveOrganization” is the canonical first SCP in every guardrail tutorial, this course included. For new organisations it is now already there — so check what is attached before you write it, and spend the effort on the guardrails that are actually missing.

Budget as a control — the detection side improved

The previous tab makes the argument that a budget is a governance control rather than a finance report. Two of the three things that made that awkward in practice have been addressed.

Nov 2025 Cost Anomaly Detection

Faster detection, and one managed monitor instead of hundreds

Two separate changes. The detection algorithm moved to rolling 24-hour windows, comparing spend against the equivalent period on previous days rather than an incomplete calendar day against historical daily totals — which removes a structural lag and a class of false positives. And a single AWS managed monitor can now track every linked account, cost allocation tag or cost category separately, including values that appear after you created it.

Why it matters here The old model asked you to create and maintain a monitor per team. That does not survive an organisation that vends accounts through Account Factory, because monitor creation was never part of the vending pipeline. One managed monitor that follows the tag is the version that actually scales.

Jun 2026 Cost Anomaly Detection

Root-cause investigation on an anomaly, in plain language

An Investigate with Amazon Q action on any detected anomaly correlates cost data with CloudTrail events and resource activity, then tells you whether the change was usage-driven or rate-driven, which services, accounts and Regions contributed, and — for usage-driven changes — which API calls and IAM principals were behind it.

Why it matters here This closes the loop the cost tab leaves open. An alert that says “spend is up 40%” is a detection; an answer that says “this principal launched these instances in this Region” is something you can act on. Note the CloudWatch Logs Insights charge if you investigate across accounts using an organisation trail.

Apr 2025 AWS Budgets

Budgets can track net costs, and filter more precisely

Net unblended and net amortised cost joined the available metrics, alongside additional filtering, so a budget can be scoped to what a team actually pays after discounts rather than to list price.

Why it matters here A budget that tracks pre-discount cost fires at the wrong number, and a control that cries wolf gets ignored or deleted. If you are using budget actions as a real guardrail, the metric choice is part of the control design.

How to keep this list current yourself. The AWS What’s New feed is filterable by service and has an RSS endpoint, which is the low-effort way to watch Organizations, Control Tower and Config without reading everything. For the governance services specifically, the Organizations document history page is often more useful, because it records the documentation change rather than the marketing announcement.

Where the rest of this lives

Each module page carries its own What’s new tab covering the services that module owns. Control Tower and the landing zone are in M02, Service Catalog and CloudFormation Hooks in M03, and the detective stack — Config, Systems Manager, GuardDuty, Security Hub — in M04.