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

Quick Answer

The answer is AWS Budgets with a budget action configured to stop the EC2 instance when the budget limit is exceeded. This is correct because AWS Budgets natively supports budget actions that can automatically stop, terminate, or apply specific IAM policies to EC2 instances when actual or forecasted spending surpasses a defined threshold, eliminating the need for custom scripts or additional services like Lambda. For the CLF-C02 exam, this scenario tests your understanding of AWS Budgets as a cost governance tool that combines alerts via Amazon SNS with automated remediation actions, directly addressing the requirement to control costs with minimal operational overhead. A common trap is to overcomplicate the solution by adding Lambda or CloudWatch Events, but the exam emphasizes that budget actions are a built-in, low-code feature. Memory tip: think “Budgets do the brakes” — AWS Budgets can automatically stop an instance, just like applying brakes to stop a car when you’ve spent your fuel budget.

CLF-C02 Billing, Pricing, and Support Practice Question

This CLF-C02 practice question tests your understanding of billing, pricing, and support. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 startup is running a pilot application on AWS and wants to control costs strictly. The finance team sets a monthly budget of $1,000. They need to receive an email notification when actual or forecasted spending reaches 80% of the budget. Additionally, if the budget is exceeded, they want to automatically stop a non-critical Amazon EC2 instance to prevent further cost overruns. Which combination of AWS services should they use to meet all these requirements with minimal operational overhead?

Question 1mediummultiple choice
Read the full NAT/PAT explanation →

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 Budgets with a budget action configured to stop the EC2 instance when the budget limit is exceeded

Option C is correct because AWS Budgets natively supports budget actions that can automatically stop an EC2 instance when the actual or forecasted spending exceeds a defined threshold. This eliminates the need for custom scripting or additional services, meeting the requirements with minimal operational overhead. The budget alert at 80% can be configured via AWS Budgets' notification feature to send an email through Amazon SNS.

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 Cost Explorer with Amazon SNS notifications to send alerts at 80% spending, and an AWS Lambda function to stop the EC2 instance

    Why it's wrong here

    AWS Cost Explorer provides cost visualization and forecasting but does not natively trigger alerts or actions. While you could build a custom solution with SNS and Lambda, this requires additional integration and is not the simplest managed approach. AWS Budgets natively supports both alerts and automated budget actions.

  • AWS Budgets with a budget alert set at 80% of the $1,000 limit, and an AWS Trusted Advisor check to stop the instance when costs exceed the budget

    Why it's wrong here

    AWS Budgets can send email alerts, but Trusted Advisor provides best-practice recommendations only; it cannot automatically stop an EC2 instance. Budget actions (available within AWS Budgets) are needed for automated responses.

  • AWS Budgets with a budget action configured to stop the EC2 instance when the budget limit is exceeded

    Why this is correct

    AWS Budgets can set cost thresholds and send alerts. Budget actions allow you to define automated responses, such as stopping an EC2 instance, applying IAM policies, or running a Lambda function. This meets all requirements in a fully managed way with minimal operational overhead.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon CloudWatch cost metric alarms combined with AWS Auto Scaling to reduce instance capacity when spending exceeds the budget

    Why it's wrong here

    CloudWatch does not provide billing metrics by default; cost metric alarms are not available in CloudWatch. Also, Auto Scaling adjusts capacity based on demand, not directly on cost spending. This combination cannot reliably enforce a dollar-based cost limit or stop a specific instance.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may overcomplicate the solution by combining multiple services (e.g., Cost Explorer, Lambda, Trusted Advisor) when AWS Budgets alone, with its built-in budget action capability, directly satisfies both the notification and automated EC2 stop requirements with minimal operational overhead.

Detailed technical explanation

How to think about this question

AWS Budgets budget actions leverage AWS Identity and Access Management (IAM) roles and AWS Systems Manager Automation documents to perform actions like stopping or terminating EC2 instances. The action is triggered when the actual or forecasted cost exceeds the budget threshold, and it can be applied to specific resources using resource tags. This feature is part of the AWS Budgets service, which integrates with Amazon SNS for notifications and AWS CloudTrail for auditing, providing a fully managed, serverless solution.

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 Budgets with a budget action configured to stop the EC2 instance when the budget limit is exceeded — Option C is correct because AWS Budgets natively supports budget actions that can automatically stop an EC2 instance when the actual or forecasted spending exceeds a defined threshold. This eliminates the need for custom scripting or additional services, meeting the requirements with minimal operational overhead. The budget alert at 80% can be configured via AWS Budgets' notification feature to send an email through Amazon SNS.

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

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.