Free CLF-C02 Billing, Pricing, and Support practice test questions
8 questions from this domain with answers and explanations - different from the samples on the main AWS CLF-C02 page. Sign up free to practice the full set.
-
Which EC2 pricing model offers the deepest discount (up to 72% compared to On-Demand) in exchange for a commitment to a consistent amount of usage for a 1-year or 3-year term?
- ADedicated Hosts
- BOn-Demand Instances
- CSpot Instances
- DReserved InstancesCorrect
✓ Correct answer: DReserved Instances allow customers to commit to a specific EC2 instance type in a region for a 1-year or 3-year term in exchange for a significant discount - up to 72% compared to On-Demand pricing. The discount is highest with a 3-year all-upfront payment. Reserved Instances are best suited for predictable, steady-state workloads where the usage pattern is well understood.
Why the other options are wrong- ADedicated Hosts allocate a physical server for your exclusive use to meet compliance requirements; they do not offer the same percentage-based discount and are typically more expensive than standard instance pricing.
- BOn-Demand Instances are billed at the full hourly rate with no upfront commitment, providing the highest flexibility but no discount compared to other pricing models.
- CSpot Instances can offer up to 90% savings by using spare AWS capacity, but they can be interrupted with two minutes notice and do not involve a commitment-based discount structure.
-
Which of the following AWS services or features are available at no additional cost? (Select TWO.)
- AAmazon EC2
- BAmazon RDS
- CAWS Identity and Access Management (IAM)Correct
- DAmazon Redshift
- EAmazon VPCCorrect
✓ Correct answer: C, EAWS Identity and Access Management (IAM) is provided at no charge - you pay only for the AWS resources your users access. Amazon VPC itself is also free to create and use; charges apply only for optional components like NAT Gateways, VPN connections, or data transfer. Core networking and identity management are free foundational services, while compute and database services like EC2, RDS, and Redshift incur usage charges.
Why the other options are wrong- AAmazon EC2 charges for compute capacity based on instance type, operating system, and usage duration - it is not a free service.
- BAmazon RDS charges for DB instance hours, storage, I/O requests, and data transfer - it has per-hour pricing based on the selected instance class and engine.
- DAmazon Redshift charges for the type and number of nodes in your cluster and for data transfer; it is a paid data warehousing service.
-
Which TWO of the following are features included with all AWS Support plans, including the Basic plan? (Select TWO.)
- A24/7 access to customer service for billing and account questionsCorrect
- BAccess to a Technical Account Manager (TAM)
- CAccess to AWS Trusted Advisor core checksCorrect
- D15-minute response time for business-critical issues
- EInfrastructure event management
✓ Correct answer: A, CEven the free Basic Support plan includes two important features available to all customers: 24/7 access to customer service for billing and account questions, and access to a subset of AWS Trusted Advisor checks (specifically the core security and service-limit checks). These baseline features ensure all customers can get help with account issues and benefit from at least some automated best-practice guidance, regardless of whether they pay for a higher support tier.
Why the other options are wrong- BAccess to a Technical Account Manager (TAM) is exclusive to Enterprise Support (and Enterprise On-Ramp) - it is not included in Basic, Developer, or Business support plans.
- DA 15-minute response time for business-critical issues is a feature of Enterprise Support - Business Support offers a 1-hour response for production systems down, not 15 minutes.
- EInfrastructure event management is a paid add-on available with Business Support or included with Enterprise Support for planned events - it is not part of the Basic support plan.
-
A company uses multiple AWS services and wants to receive a single monthly bill that consolidates charges across all their AWS accounts. Which feature should they use?
- AAWS Marketplace for third-party software
- BAWS Budgets for cost thresholds and alerts
- CAWS Cost Explorer for spend visualization
- DAWS Organizations consolidated billingCorrect
✓ Correct answer: DAWS Organizations consolidated billing aggregates usage and charges from all member accounts under a single management account, producing one monthly invoice and enabling volume discount benefits - such as tiered S3 pricing and EC2 Reserved Instance sharing - across the entire organization.
Why the other options are wrong- AAWS Marketplace is a digital catalog for purchasing and deploying third-party software and services on AWS; it does not consolidate billing across multiple AWS accounts.
- BAWS Budgets allows you to set custom cost thresholds and alerts for spending; it does not merge multiple accounts into a single billing invoice.
- CAWS Cost Explorer provides spending analysis and visualization for costs already incurred; it can show costs across linked accounts but does not itself consolidate charges into a single bill.
-
A company wants to receive an automatic email notification when its monthly AWS spending exceeds $5,000. The team also wants to set a forecasted budget alert so they are warned before exceeding the threshold. Which AWS service provides these alerting capabilities?
- AAWS Trusted Advisor
- BAWS Cost Explorer
- CAWS BudgetsCorrect
- DAmazon CloudWatch Billing Alarms
✓ Correct answer: CAWS Budgets lets you define custom cost, usage, or reservation budgets and configure email (or SNS) alerts that trigger when actual or forecasted spend crosses your threshold. A forecasted budget alert proactively warns you before you exceed the limit, based on your spending trajectory - directly matching the scenario described.
Why the other options are wrong- AAWS Trusted Advisor provides automated best-practice recommendations across cost, security, and performance categories but cannot be configured to send alerts when a specific monthly dollar threshold is breached.
- BAWS Cost Explorer is an analysis and visualization tool for historical and forecasted spend; it does not send automatic notifications when a spending threshold is reached.
- DAmazon CloudWatch Billing Alarms can alert on actual month-to-date charges only and do not support forecasted budget alerts, making AWS Budgets the more complete solution for the scenario described.
-
Which pricing model allows customers to make a commitment to a consistent amount of compute usage (measured in dollars per hour) for a 1- or 3-year term in exchange for discounted pricing?
- AReserved Instances
- BSavings PlansCorrect
- CSpot Instances
- DDedicated Hosts
✓ Correct answer: BSavings Plans give a discount in exchange for committing to a consistent spend measured in dollars per hour for a one or three year term. Compute Savings Plans are the most flexible and apply automatically across EC2 instance families, sizes, Regions, operating systems, and tenancy, and extend to Fargate and Lambda; EC2 Instance Savings Plans discount more deeply in exchange for committing to a family in a Region. Because the commitment is spend rather than a specific instance, workloads can change shape without losing the discount.
Why the other options are wrong- AReserved Instances also discount for a one or three year term, but the commitment is expressed as specific instance attributes rather than as dollars per hour of usage.
- CSpot Instances discount spare capacity with no commitment at all, and instances can be reclaimed at two minutes notice.
- DDedicated Hosts provide physical servers for licensing or compliance isolation. They can be purchased with a reservation but are not a spend-commitment pricing model.
-
Which of the following pricing factors apply to Amazon EC2? (Select TWO.)
- AInstance type and sizeCorrect
- BNumber of IAM users in the account
- CRegion where the instance runsCorrect
- DNumber of S3 buckets in the account
- ENumber of CloudFormation stacks deployed
✓ Correct answer: A, CAmazon EC2 pricing depends primarily on the instance type and size (which determines the vCPU, memory, and hardware generation) and the AWS Region where the instance is launched (since infrastructure costs vary by location). Other factors include the pricing model (On-Demand, Reserved, Spot) and operating system, but IAM users, S3 buckets, and CloudFormation stacks have no impact on EC2 costs.
Why the other options are wrong- BNumber of IAM users in the account has no effect on EC2 pricing; IAM is a free service and does not influence compute instance costs.
- DNumber of S3 buckets in the account does not affect EC2 instance pricing; S3 and EC2 are billed independently based on their own usage dimensions.
- ENumber of CloudFormation stacks deployed does not factor into EC2 pricing; CloudFormation itself is free, and the resources it creates are billed based on their own usage.
-
Which of the following statements about the AWS Developer Support plan is correct?
- AIt provides 24/7 access to Cloud Support Engineers via phone
- BIt provides business-hours email access to Cloud Support AssociatesCorrect
- CIt includes a Technical Account Manager
- DIt provides 15-minute response time for critical issues
✓ Correct answer: BThe AWS Developer Support plan is designed for developers experimenting with AWS and provides email access to Cloud Support Associates during business hours (generally 12 business hours response time for general guidance, 24 hours for system impaired). It is suitable for non-production development and testing workloads.
Why the other options are wrong- A24/7 phone access to Cloud Support Engineers is a feature of the Business support plan and higher - the Developer plan does not include phone support.
- CA Technical Account Manager (TAM) is included only with the Enterprise support plan - it is not part of the Developer support plan.
- DA 15-minute response time for critical issues is a feature of the Enterprise On-Ramp or Enterprise support plan - the Developer plan targets general guidance with business-hours response times.
How Billing, Pricing, and Support is tested
This domain holds 105 of the 849 questions in the CLF-C02 bank, about 12%. The mix is 84 single-answer multiple choice, 20 multiple-response and 1 yes/no scenario, so it is worth practising the formats as well as the content.
Once you have a few attempts recorded, CertGrid scores every domain separately and points you at the weakest one, so you can drill Billing, Pricing, and Support on its own rather than re-running full-length mocks.
Other CLF-C02 exam domains
- Cloud Concepts205 questions
- Security and Compliance257 questions
- Cloud Technology and Services282 questions
- All CLF-C02 practice questions849 total
- Billing, Pricing, and Support study notesKey concepts
- AWS practice examsAll AWS
CLF-C02 Billing, Pricing, and Support FAQ
How many CLF-C02 practice questions are there on Billing, Pricing, and Support?
CertGrid has 105 CLF-C02 practice questions mapped to Billing, Pricing, and Support, which is about 12% of the 849-question CLF-C02 bank. Every one carries a full explanation covering why the right answer is right and why each wrong option is wrong.
Can I practice only the Billing, Pricing, and Support domain?
Yes. Inside CertGrid you can run a focused drill on a single exam objective rather than the whole bank, and the app picks your weakest domain automatically once you have attempts to measure. The button on this page starts a Billing, Pricing, and Support drill directly.
How is Billing, Pricing, and Support tested on the CLF-C02 exam?
In this bank the domain is made up of 84 single-answer multiple choice, 20 multiple-response and 1 yes/no scenario questions, and it accounts for roughly 12% of the practice pool. Mapping follows the current published exam objectives; CertGrid is an independent practice platform and these are not official exam questions.
What CertGrid is (and is not)
CertGrid is an independent IT certification practice platform for Azure, AWS, Google, Cisco, Security, Linux, Kubernetes, Terraform, and other certification tracks. It provides objective-mapped practice questions, readiness scoring, weak-domain drills, and explanations to help learners understand what to study next.
Independent & original. CertGrid is an independent practice platform and is not affiliated with or endorsed by Amazon Web Services. Questions are original practice items designed to mirror certification concepts and exam style. CertGrid does not provide official exam questions or braindumps.