Question 989 of 1,024
Billing, Pricing, and SupportmediumMultiple ChoiceObjective-mapped

CLF-C02 Billing, Pricing, and Support Practice Question

This CLF-C02 practice question tests your understanding of billing, pricing, and support. 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.

A company operates separate AWS accounts for its engineering, marketing, and finance departments. The CFO wants to consolidate billing to receive a single monthly invoice and to benefit from volume pricing discounts. The security team also requires a centralized mechanism to prevent users in any department from launching Amazon EC2 instances outside of the us-east-1 and eu-west-1 Regions to meet data residency compliance. Which AWS service or feature should the company use to meet both requirements?

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

AWS Organizations with Service Control Policies (SCPs)

AWS Organizations allows the company to consolidate multiple AWS accounts under a single management account, enabling consolidated billing for a single monthly invoice and volume pricing discounts. Service Control Policies (SCPs) provide centralized governance by restricting the AWS services and Regions that member accounts can use, such as preventing EC2 instances from being launched outside us-east-1 and eu-west-1. This combination directly addresses both the CFO's billing consolidation needs and the security team's data residency compliance requirements.

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.

  • AWS Budgets

    Why it's wrong here

    AWS Budgets allows you to set custom cost and usage budgets and receive alerts when thresholds are exceeded, but it does not consolidate billing across accounts or enforce permissions such as restricting regions.

    When this WOULD be correct

    A company wants to receive alerts when actual or forecasted costs exceed defined thresholds for individual AWS accounts or projects, without needing consolidated billing or cross-account policy enforcement.

  • AWS Organizations with Service Control Policies (SCPs)

    Why this is correct

    AWS Organizations provides consolidated billing for a single invoice and volume discounts, and SCPs allow you to centrally define and enforce permission guardrails (e.g., restricting Regions) across all member accounts. This directly meets both requirements.

    Related concept

    Read the scenario before looking for a memorised answer.

  • AWS Identity and Access Management (IAM) cross-account roles

    Why it's wrong here

    IAM cross-account roles enable users in one account to assume roles in another account for temporary access, but they do not provide a way to consolidate billing or enforce blanket restrictions like a region lock across all accounts. Setting up such restrictions would require manual configuration in each account and does not offer central enforcement.

    When this WOULD be correct

    A company needs to grant users in Account A access to specific S3 buckets in Account B without sharing long-term credentials, while maintaining individual account billing. IAM cross-account roles would be the correct solution.

  • AWS Cost and Usage Reports

    Why it's wrong here

    AWS Cost and Usage Reports provide detailed cost and usage data that can be analyzed with tools like Amazon Athena, but they do not consolidate billing or provide any policy enforcement capabilities. They are a reporting tool, not a governance or billing consolidation service.

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 CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.

AWS Organizations with Service Control Policies (SCPs)Correct answer

Why this is correct

AWS Organizations provides consolidated billing for a single invoice and volume discounts, and SCPs allow you to centrally define and enforce permission guardrails (e.g., restricting Regions) across all member accounts. This directly meets both requirements.

AWS BudgetsWrong answer — click to see why

Why this is wrong here

AWS Budgets only provides cost monitoring and alerts, not consolidated billing or preventive policy enforcement to restrict EC2 instance launches by Region.

★ When this WOULD be the correct answer

A company wants to receive alerts when actual or forecasted costs exceed defined thresholds for individual AWS accounts or projects, without needing consolidated billing or cross-account policy enforcement.

Why candidates choose this

Candidates may confuse cost management features (Budgets) with billing consolidation and governance capabilities, assuming Budgets can enforce spending limits or regional restrictions.

AWS Identity and Access Management (IAM) cross-account rolesWrong answer — click to see why

Why this is wrong here

IAM cross-account roles allow users to assume roles in other accounts to access resources, but they do not provide consolidated billing or centralized policy enforcement to restrict EC2 regions across all accounts.

★ When this WOULD be the correct answer

A company needs to grant users in Account A access to specific S3 buckets in Account B without sharing long-term credentials, while maintaining individual account billing. IAM cross-account roles would be the correct solution.

Why candidates choose this

Candidates may confuse IAM's ability to manage permissions across accounts with the centralized policy enforcement and billing consolidation provided by AWS Organizations and SCPs.

Analysis generated from the official CLF-C02blueprint 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 AWS Budgets with billing consolidation, or think IAM cross-account roles can enforce regional restrictions, but only AWS Organizations with SCPs provides both centralized billing control and policy-based resource governance across multiple accounts.

Detailed technical explanation

How to think about this question

Under the hood, AWS Organizations uses a hierarchical structure with a management account and member accounts; SCPs are JSON-based policies that are evaluated before IAM policies and can explicitly deny actions like ec2:RunInstances with a condition key aws:RequestedRegion set to us-east-1 or eu-west-1. Consolidated billing aggregates usage from all member accounts, applying volume pricing discounts across the entire organization, which is particularly beneficial for services like EC2 and S3 that have tiered pricing.

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 CLF-C02 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 CLF-C02 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 CLF-C02 question test?

Billing, Pricing, and Support — This question tests Billing, Pricing, and Support — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: AWS Organizations with Service Control Policies (SCPs) — AWS Organizations allows the company to consolidate multiple AWS accounts under a single management account, enabling consolidated billing for a single monthly invoice and volume pricing discounts. Service Control Policies (SCPs) provide centralized governance by restricting the AWS services and Regions that member accounts can use, such as preventing EC2 instances from being launched outside us-east-1 and eu-west-1. This combination directly addresses both the CFO's billing consolidation needs and the security team's data residency compliance requirements.

What should I do if I get this CLF-C02 question wrong?

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

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

Keep practising

More CLF-C02 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 CLF-C02 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 CLF-C02 exam.