Question 854 of 1,040
Design Cost-Optimized ArchitectureshardMultiple SelectObjective-mapped

Multi-Account Chargeback and Cost Allocation

This SAA-C03 practice question tests your understanding of design cost-optimized architectures. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Multiple teams share one AWS Organization. Finance wants chargeback by project, alerts before overspend, and monthly views by account without manually opening each account. Which three actions best fit? Select three.

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Enforce cost allocation tags on resources and activate them for billing reports.

Option A is correct because cost allocation tags, when activated for billing reports, allow you to tag resources with project-specific metadata (e.g., 'Project:Alpha'). AWS then includes these tags in the Cost and Usage Reports (CUR) and Cost Explorer, enabling Finance to filter and allocate costs by project without manual account inspection. This directly supports chargeback by project and monthly views by account and tag.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Enforce cost allocation tags on resources and activate them for billing reports.

    Why this is correct

    Correct. Cost allocation tags are the foundation for project-level chargeback. Once activated for billing, they let finance group spend by business unit, application, or environment.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use AWS Budgets to create alerts and budget actions for each project.

    Why this is correct

    Correct. Budgets provide proactive alerting and can trigger actions when spend thresholds are reached. That directly addresses overspend control with little ongoing manual work.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Use Cost Explorer or Cost and Usage Reports to analyze spend by account, tag, and service.

    Why this is correct

    Correct. Cost Explorer and CUR provide the reporting layer needed for monthly visibility and trend analysis. They help finance and engineering see where spend is concentrated and why it changed.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Put every team in a separate AWS account and ignore tagging.

    Why it's wrong here

    Incorrect. Separate accounts can help with isolation, but ignoring tags breaks project-level chargeback and makes shared-cost allocation harder. Finance still needs a reporting model across the organization.

    When this WOULD be correct

    If the question asked for the best way to ensure security isolation and prevent resource sharing between teams, with cost tracking done via consolidated billing reports per account, then separate accounts without tagging would be correct.

  • Use CloudTrail trails to estimate spend by resource because it records API calls.

    Why it's wrong here

    Incorrect. CloudTrail is for auditing API activity, not for billing analysis. It does not provide the cost breakdowns or allocation views needed for chargeback and spend management.

    When this WOULD be correct

    If a question asked for a service to track API activity for security auditing or to identify which user created a resource, CloudTrail would be the correct answer. For example: 'Which service records API calls for operational and risk auditing?'

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SAA-C03 exam frequently reuses these exact scenarios with slightly different constraints.

Enforce cost allocation tags on resources and activate them for billing reports.Correct answer

Why this is correct

Correct. Cost allocation tags are the foundation for project-level chargeback. Once activated for billing, they let finance group spend by business unit, application, or environment.

Put every team in a separate AWS account and ignore tagging.Wrong answer — click to see why

Why this is wrong here

Putting teams in separate accounts without tagging prevents chargeback by project and requires manual account access for monthly views, failing to meet the requirements for cost allocation and automated reporting.

★ When this WOULD be the correct answer

If the question asked for the best way to ensure security isolation and prevent resource sharing between teams, with cost tracking done via consolidated billing reports per account, then separate accounts without tagging would be correct.

Why candidates choose this

Candidates may think separate accounts inherently solve cost tracking, overlooking that chargeback by project still requires tags or other mechanisms to break down costs within an account.

Use CloudTrail trails to estimate spend by resource because it records API calls.Wrong answer — click to see why

Why this is wrong here

CloudTrail records API calls for auditing, not cost allocation. It does not provide cost or usage data by resource, tag, or project, so it cannot support chargeback, alerts, or monthly views by account.

★ When this WOULD be the correct answer

If a question asked for a service to track API activity for security auditing or to identify which user created a resource, CloudTrail would be the correct answer. For example: 'Which service records API calls for operational and risk auditing?'

Why candidates choose this

Candidates may think CloudTrail can estimate costs because it logs resource creation events, but it lacks pricing data and cannot aggregate spend by tag or account.

Analysis generated from the official SAA-C03blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse CloudTrail (which records API calls) with AWS Cost Explorer or CUR (which provide actual cost data), leading them to incorrectly select option E for cost estimation.

Detailed technical explanation

How to think about this question

Cost allocation tags must be activated in the Billing and Cost Management console before they appear in CUR or Cost Explorer; tags applied after activation are not retroactive. AWS Budgets can trigger actions like stopping EC2 instances or applying IAM policies when a budget threshold is exceeded, providing automated overspend prevention. Cost Explorer supports filtering by tag, account, and service, and can generate monthly reports that are exportable, satisfying the requirement for monthly views without manual account access.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SAA-C03 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Design Cost-Optimized Architectures — This question tests Design Cost-Optimized Architectures — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Enforce cost allocation tags on resources and activate them for billing reports. — Option A is correct because cost allocation tags, when activated for billing reports, allow you to tag resources with project-specific metadata (e.g., 'Project:Alpha'). AWS then includes these tags in the Cost and Usage Reports (CUR) and Cost Explorer, enabling Finance to filter and allocate costs by project without manual account inspection. This directly supports chargeback by project and monthly views by account and tag.

What should I do if I get this SAA-C03 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on SAA-C03

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Multiple teams share one AWS Organization. Finance wants chargeback by project, alerts before overspend, and monthly views by account without manually opening each account. Which three actions best fit? Select three.

hard
  • A.Enforce cost allocation tags on resources and activate them for billing reports.
  • B.Use AWS Budgets to create alerts and budget actions for each project.
  • C.Use Cost Explorer or Cost and Usage Reports to analyze spend by account, tag, and service.
  • D.Put every team in a separate AWS account and ignore tagging.
  • E.Use CloudTrail trails to estimate spend by resource because it records API calls.

Why A: Option A is correct because cost allocation tags allow you to tag resources with project-specific metadata (e.g., 'Project: Alpha'), and activating them for billing reports ensures that AWS Cost Explorer and Cost and Usage Reports can group and filter costs by those tags. This directly enables chargeback by project without manual account inspection, as the tags are propagated into the billing data.

Keep practising

More SAA-C03 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This SAA-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAA-C03 exam.