AWS Solutions Architect Associate SAA-C03 Sign in Try 10 free questions

AWS Organizations & consolidated billing: SAA-C03

Multi-account cost optimization the way the exam frames it — one payer, faster volume tiers, shared commitment discounts and SCP guardrails. Seven scenarios, SAA-C03, 2026 edition.

Try 7 free AWS Organizations billing scenarios in the exam's own style — every answer explained, no sign-up.

Straight to the 7 free questions ↓

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.

An AWS Organization with a management (payer) account over member accounts grouped into two organizational units, Production and Sandbox, each account carrying a cost-allocation tag. The management account issues one combined bill; a panel shows consolidated billing pooling usage into volume-pricing tiers and sharing unused Reserved Instance and Savings Plans discounts across member accounts. A Service Control Policy badge sits on the management account, marked as a guardrail that limits rather than grants permissions.

7 free SAA-C03 practice questions

Answers and explanations — no email wall
SAA-C03 Question 1 of 7

A company runs 14 separate AWS accounts for different teams and wants a single monthly invoice, one payment, and no change to how teams work in their own accounts. Which approach meets this with the least operational overhead?

Answer: A — Bring all accounts into an AWS Organization and use consolidated billing under one management (payer) account.

AWS Organizations with consolidated billing rolls every member account's charges into one bill paid by the management (payer) account, while each team keeps working in its own isolated account. Why not the others: merging into one account destroys the account boundary teams rely on and is a large migration; reconciling 14 separate invoices is the manual toil consolidated billing removes; and collapsing everything into the payer account both loses isolation and makes that account a blast-radius risk. One payer, many member accounts, one bill — that is the pattern.

SAA-C03 Question 2 of 7

An organization has many member accounts that each transfer a moderate amount of data and store modest volumes in Amazon S3. Individually, no single account reaches the next lower per-unit pricing tier. The finance team wants the lowest possible cost without altering the workloads. What actually helps here?

Answer: A — Consolidated billing aggregates usage across all accounts, so combined volume reaches tiered-pricing thresholds sooner.

Under consolidated billing, AWS treats the organization's usage as if it came from one account for tiered services, so the combined volume crosses lower-price tiers faster than any account would alone — a real discount with no workload change. Why not the others: threshold aggregation is exactly what consolidated billing adds, so 'each account independently' is wrong; more accounts do not multiply the Free Tier, which applies once across the organization; and consolidating storage into the payer account is unnecessary because usage already pools for pricing. Combined usage, faster tiers.

SAA-C03 Question 3 of 7

One member account purchased Reserved Instances but now runs fewer matching instances than it reserved, leaving reservation hours unused. A different member account runs on-demand instances that match those reservations' attributes. How does the discount behave across the Organization?

Answer: A — The unused Reserved Instance discount is shared automatically and applies to the matching usage in the other member account.

By default, consolidated billing shares Reserved Instance and Savings Plans discounts across the Organization: unused reservation hours in one account are applied to matching usage anywhere in the family, so the commitment is not wasted. Why not the others: discounts do leave the purchasing account under default sharing; the second account does not need to buy its own reservation to benefit; and nothing is manually transferred — the billing system matches usage automatically. Shared commitment discounts are a core reason multi-account customers adopt Organizations.

SAA-C03 Question 4 of 7

A security-conscious company wants to guarantee that no team, in any member account, can launch resources outside the eu-central-1 Region — partly to control cost. A solutions architect proposes a Service Control Policy. What must the team understand about how an SCP works?

Answer: A — An SCP sets the maximum available permissions as a guardrail; it restricts what member accounts can do but never grants permissions on its own.

A Service Control Policy is a guardrail: it defines the ceiling of what identities in an account may do, so denying every Region except eu-central-1 blocks out-of-Region launches — but the SCP grants nothing; IAM policies inside the account still grant the actual permissions. Why not the others: an SCP never grants, it only limits the maximum; SCPs do not restrict the management account, which is why you keep workloads out of it; and SCPs sit alongside IAM as an outer boundary, they do not replace per-account IAM policies. Limit, don't grant — the exam tests this exact wording.

SAA-C03 Question 5 of 7

The same company wants that Region restriction to apply only to its sandbox and development accounts, while production accounts remain unrestricted. What is the clean way to scope the guardrail?

Answer: A — Group the sandbox and development accounts into an organizational unit and attach the Service Control Policy to that OU.

Organizational units group accounts so a policy attached to the OU applies to exactly the accounts inside it — put the sandbox and dev accounts in one OU, attach the SCP there, and production is untouched. Why not the others: attaching at the root would hit production too, which the requirement forbids; hand-attaching to each account is the manual drift OUs exist to prevent; and adding IAM policies in production accounts targets the wrong accounts and misses the guardrail intent. OUs are how you apply policy to a subset of the Organization at scale.

SAA-C03 Question 6 of 7

Finance wants a per-team cost breakdown so it can charge each team back for its own spend, but it still wants a single payer and one invoice. Which combination delivers accurate chargeback?

Answer: A — Keep consolidated billing under one payer and use cost allocation tags to attribute spend to each team.

Consolidated billing keeps the single payer and one invoice, while cost allocation tags (and per-account grouping) attribute charges to each team for accurate chargeback — you keep the volume and commitment-sharing benefits and still see who spent what. Why not the others: separate standalone accounts with separate bills throw away the shared volume tiers and RI/SP discounts; dividing the bill evenly is not real attribution; and turning off consolidated billing sacrifices every combined-usage benefit just to get separate invoices you did not need. One payer plus tags gives chargeback without giving up the discounts.

SAA-C03 Question 7 of 7

A team inside the Organization buys its own Reserved Instances and, for internal fairness, does not want those discounts applied to other member accounts' matching usage. What capability addresses this?

Answer: A — Disable Reserved Instance and Savings Plans discount sharing for that account in the Organization's billing settings, so its reservations benefit only itself.

Discount sharing is on by default but configurable: the management account can turn off Reserved Instance and Savings Plans discount sharing for specific accounts, so a team's reservations apply only to its own usage. Why not the others: sharing is not permanently fixed — that is the whole point of the setting; removing the account from the Organization loses consolidated billing and every other benefit just to isolate one reservation; and purchasing from the payer account would spread the discount even more widely, the opposite of what the team asked. Sharing is the default, but it can be scoped per account.

That is exactly how every question in the course works — answer, explanation, why-not. The real set continues in the practice player: 10 free questions, no sign-up.

Continue with the 10 free questions →

Those 7 questions were the start.

The exam does not test whether you recognise a term — it tests whether you can rule out three plausible answers under time pressure. That is what the explanations above are for, and there are 780 more questions built exactly like them.

Collecting questions yourself

  • Scattered across forums, of unknown age
  • Answer keys without reasoning
  • No idea which domain you are weak in

Practising with a system

  • 780 questions in 12 full tests, SAA-C03 (2026)
  • Every option explained — including the wrong ones
  • Readiness per exam domain, and drills for your weakest
Start free — 10 questions

Straight into the player. No account, no email.

Frequently asked questions

Does consolidated billing actually save money, or is it just one invoice?
It saves money. Beyond the single invoice, AWS aggregates usage across all member accounts, so combined volume reaches lower tiered-pricing thresholds faster, and unused Reserved Instance and Savings Plans discounts are shared across accounts by default. Those combined-usage effects are real reductions, not just convenience.
Do Service Control Policies grant permissions to member accounts?
No. An SCP only sets the maximum permissions available — a guardrail that limits what accounts can do. It never grants anything; the actual permissions still come from IAM policies inside each account. The exam repeatedly tests candidates who assume an SCP hands out access.
Are these real exam questions?
No. They are original scenarios written for this page in the exam's style and difficulty. Reproducing real exam items violates the AWS certification agreement and can cost a candidate their certification — ours come with the reasoning attached instead.

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.