Question 86 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. 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?

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.

    When this WOULD be correct

    This option would be correct if the question required only cost monitoring and alerts (not automated actions) and the candidate needed to visualize spending trends and receive SNS notifications at a threshold. For example: 'A company wants to track AWS spending and receive email alerts when costs reach 80% of budget, without any automated cost control 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.

    When this WOULD be correct

    If the question required receiving cost optimization recommendations and manual intervention to stop resources, AWS Budgets for alerts and Trusted Advisor for cost checks would be appropriate, but without the need for automated instance termination.

  • 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.

    When this WOULD be correct

    If the requirement were to scale down capacity (e.g., terminate instances in an Auto Scaling group) based on cost metrics, CloudWatch alarms with Auto Scaling policies would be appropriate. For example, a question asking to reduce EC2 fleet size when spending exceeds a threshold.

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

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.

AWS Cost Explorer with Amazon SNS notifications to send alerts at 80% spending, and an AWS Lambda function to stop the EC2 instanceWrong answer — click to see why

Why this is wrong here

AWS Cost Explorer does not support automated actions like stopping EC2 instances; it only provides cost visualization and forecasting. The requirement to automatically stop an instance when the budget is exceeded cannot be met by Cost Explorer alone, even with Lambda, as Budgets is the native service for budget-based actions.

★ When this WOULD be the correct answer

This option would be correct if the question required only cost monitoring and alerts (not automated actions) and the candidate needed to visualize spending trends and receive SNS notifications at a threshold. For example: 'A company wants to track AWS spending and receive email alerts when costs reach 80% of budget, without any automated cost control actions.'

Why candidates choose this

Candidates may think Cost Explorer can trigger actions via Lambda, but AWS Budgets is the simpler, fully managed service for budget alerts and automated actions, reducing operational overhead.

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 budgetWrong answer — click to see why

Why this is wrong here

AWS Trusted Advisor does not have the capability to automatically stop EC2 instances based on budget thresholds; it provides cost optimization recommendations but not automated actions.

★ When this WOULD be the correct answer

If the question required receiving cost optimization recommendations and manual intervention to stop resources, AWS Budgets for alerts and Trusted Advisor for cost checks would be appropriate, but without the need for automated instance termination.

Why candidates choose this

Candidates may think Trusted Advisor can automate cost-saving actions because it offers cost optimization checks, but they overlook that it lacks direct integration with EC2 instance control for budget enforcement.

Amazon CloudWatch cost metric alarms combined with AWS Auto Scaling to reduce instance capacity when spending exceeds the budgetWrong answer — click to see why

Why this is wrong here

Amazon CloudWatch cost metric alarms cannot directly trigger EC2 instance stop actions; they only support SNS notifications or Auto Scaling actions, not stopping instances. Auto Scaling reduces capacity but does not stop a specific non-critical instance.

★ When this WOULD be the correct answer

If the requirement were to scale down capacity (e.g., terminate instances in an Auto Scaling group) based on cost metrics, CloudWatch alarms with Auto Scaling policies would be appropriate. For example, a question asking to reduce EC2 fleet size when spending exceeds a threshold.

Why candidates choose this

Candidates may think CloudWatch can monitor costs and trigger any action, and that Auto Scaling can stop instances, but Auto Scaling only manages instance counts, not stopping individual instances.

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 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

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.