Multi-account cost questions on the SAA-C03 almost always resolve to AWS Organizations, and the trap is treating consolidated billing as merely “one invoice.” It is a cost mechanism. The diagram above shows the shape the exam draws: a management (payer) account over member accounts grouped into organizational units, one combined bill, shared commitment discounts, and Service Control Policies sitting on top as guardrails.
One payer, combined usage
Consolidated billing places every member account under a single management account that pays one bill. Each team keeps its own isolated account — the boundary stays — but AWS bills the family together. When a scenario asks for a single invoice across many accounts with the least operational overhead and no change to how teams work, this is the answer, not merging accounts and not reconciling invoices by hand.
Where the money is: combined volume and shared commitments
The real savings come from aggregation. For tiered services, AWS treats the organization’s usage as if it came from one account, so combined volume crosses lower per-unit pricing tiers faster than any single account could alone. Separately, Reserved Instance and Savings Plans discounts are shared by default: unused reservation hours in one account apply to matching usage in another, so a commitment is not stranded. When a stem describes accounts that individually fall short of a discount threshold, or one account under-using its Reserved Instances while another pays on-demand, reach for consolidated billing.
That sharing is also configurable. If a team wants its own reservations to benefit only itself, the management account can turn off discount sharing for that account — a nuance the exam uses to separate candidates who know sharing is a default from those who think it is fixed.
Guardrails limit, they never grant
Service Control Policies are the other half of Organizations on the exam, and there is one sentence to hold onto: an SCP sets the maximum available permissions — it restricts, it never grants. Denying every Region except one blocks out-of-Region launches and helps control cost, but the actual permissions still come from IAM policies inside each account. Any option claiming an SCP “grants” access is wrong on its face.
OUs scope policy to a subset
Organizational units group accounts so a policy attached to an OU applies to exactly those accounts. When a requirement is to restrict only the sandbox and development accounts while leaving production alone, the clean answer is to put those accounts in an OU and attach the SCP there — not at the root, which would hit production, and not by hand-editing each account.
Chargeback without losing the discounts
Finance often wants per-team attribution for chargeback while keeping a single payer. The pattern is consolidated billing plus cost allocation tags, which attribute spend to each team while preserving the combined volume tiers and shared commitment discounts. Splitting teams into fully separate, separately billed accounts would give you clean invoices but throw those discounts away — a plausible-looking option that misses the cost requirement.
How to use the seven scenarios below
Answer each before opening the explanation, and when you miss, find the requirement word that decided it — “single invoice”, “most cost-effective”, “restrict”, “only the sandbox accounts”, “chargeback”. Every explanation names that constraint and takes the distractors apart. For the wider picture, see Design Cost-Optimized Architectures.
Updated for SAA-C03 (July 2026). The sample questions above are our own work
in the style of the exam — not real exam items. The exam itself is set and marked
by the certification body.