PrepTempo

Chapter 4 of 4 · study guide + 4-question quiz

AWS Cloud PractitionerChapter 4: Billing & Support

Billing, Pricing & Support Plans

Skip to the chapter quiz ↓

Study guide

Billing, Pricing, and Support is the smallest domain by weight at about 12% of the exam, but it is heavily scenario-based, asking you to pick the right pricing model or support tier for a described business situation. This chapter covers how AWS charges for compute and data transfer, the tools available for tracking and controlling spend, and the tiers of AWS Support along with the free resources every customer can use regardless of which tier they choose.

Compute Pricing Models

AWS offers several ways to pay for compute capacity, and the exam expects you to match a workload's predictability to the cheapest suitable option. On-Demand pricing charges by the second or hour with no upfront commitment and no long-term contract, ideal for unpredictable workloads or short-term testing where flexibility matters more than the lowest possible price. Reserved Instances (or Savings Plans, a more flexible newer commitment model) require committing to a consistent amount of usage for a one- or three-year term in exchange for a significant discount compared to On-Demand, best suited to steady-state workloads a company knows it will run continuously, such as a database that never turns off. Savings Plans specifically commit to a dollar amount of usage per hour rather than a specific instance configuration, giving more flexibility to change instance types or even shift between compute services while keeping the discount. Spot Instances let a customer use unused EC2 capacity at a steep discount compared to On-Demand (there is no longer any bidding; customers simply pay the current Spot price), with the tradeoff that AWS can reclaim that capacity on short notice; this fits fault-tolerant, flexible workloads such as batch data processing or rendering jobs that can pause and resume without harm, but is a poor fit for anything requiring continuous availability. Dedicated Hosts provide a physical server fully dedicated to a single customer, useful for licensing tied to physical cores or sockets, or for regulatory requirements demanding physical isolation, while Dedicated Instances run on hardware dedicated to one customer but without visibility into the specific physical server. Data transfer charges typically apply to data moving out of AWS to the internet, while data transferred into AWS and data moving between most services within the same Region is often free or lower cost.

Cost Management Tools

AWS provides several tools to track, forecast, and control spending. AWS Budgets lets a customer set custom cost or usage thresholds and receive alerts when actual or forecasted spending is likely to exceed them, which helps a startup like Corvale Labs avoid a surprise bill by getting notified well before a threshold is crossed. AWS Cost Explorer provides visualizations and reports of spending and usage patterns over time, with the ability to filter by service, linked account, or tag, useful for identifying which part of a business is driving cost growth. AWS Billing Conductor allows a company to customize and present cost and billing data in a way that mirrors its own internal groupings or reseller pricing structure, often used by consulting firms or software resellers that need to bill their own customers based on AWS usage. The AWS Pricing Calculator lets a user estimate the cost of a proposed architecture before building it, by selecting services and expected usage levels, which supports better upfront budgeting decisions. AWS Organizations enables consolidated billing, combining the usage of multiple linked accounts under one management account's invoice; this often unlocks volume pricing discounts that a single small account would never reach on its own, and it produces one bill instead of many. Cost allocation tags are labels, such as a project name or department code, applied to AWS resources so that costs can be broken down and attributed accurately in reports like Cost Explorer, which is essential for a company that needs to charge cloud costs back to the business unit that incurred them.

AWS Support Plan Tiers

AWS has historically structured its paid support offerings as a tiered ladder, and understanding what each tier adds over the one below it is a frequent exam topic; note that AWS periodically revises the names and details of these tiers, so always confirm the current offering on the AWS Support page when making a real purchasing decision. Basic Support is included automatically and free for every AWS account, providing access to customer service, documentation, and a limited set of Trusted Advisor checks along with the AWS Health Dashboard, but no technical support cases. Developer Support adds the ability to open technical support cases with response times measured in business hours, aimed at individuals or small teams experimenting or building a first application. Business Support is aimed at production workloads, offering 24/7 access to Cloud Support Engineers by phone, chat, and ticket, along with faster response times for urgent issues and full access to Trusted Advisor's complete set of checks. Enterprise On-Ramp sits between Business and Enterprise, adding a pool of Technical Account Managers (TAMs) for organizations that want proactive guidance without committing to a fully dedicated TAM. Enterprise Support is the top historical tier, adding a designated Technical Account Manager, the fastest response times for the most critical business-impacting issues, and access to concierge-style support for infrastructure event management. Across every tier, AWS Trusted Advisor reviews an account against best practices, though the number of available checks expands at higher tiers, and the AWS Health Dashboard provides visibility into the status of AWS services and any events that may affect a customer's specific resources.

Community and Partner Resources

Beyond paid support cases, AWS offers resources available to any customer at no additional cost. AWS re:Post is a community-driven question-and-answer platform where AWS experts and other customers help answer technical questions, serving as a free complement to paid support cases for less urgent issues. The AWS Health Dashboard has two views: the Service health view shows the general operating status of AWS services across all customers, while the account-specific Your account health view (formerly called the Personal Health Dashboard, a name older study materials still use), available to any account, shows events and scheduled changes that specifically affect that customer's own resources, such as a maintenance notification for an EC2 instance the customer is running. The AWS Partner Network (APN) is AWS's global program for technology and consulting partners who build products and services on top of AWS or help customers plan and execute their cloud strategy; engaging an APN partner is often the right answer when a scenario describes a company that needs specialized implementation expertise it does not have in-house, rather than escalating through an AWS Support case, which is meant for technical issues within already-adopted AWS services rather than broader strategic or implementation consulting. Together, these free and partner resources fill the gap between self-service documentation and a formal, paid support relationship, and the exam expects you to recognize when a scenario calls for community knowledge, account-specific health visibility, or outside implementation help rather than only reaching for a paid support tier.

Key terms

On-Demand pricing
Paying for compute by the second or hour with no upfront commitment, best for unpredictable or short-term workloads.
Savings Plans
A pricing model committing to a specific dollar amount of usage per hour for a one- or three-year term in exchange for a discount, with flexibility across instance types and services.
Spot Instances
Unused EC2 capacity offered at a steep discount, reclaimable by AWS on short notice, suited to fault-tolerant, interruptible workloads.
Dedicated Host
A physical server dedicated entirely to one customer, useful for per-core or per-socket software licensing requirements.
AWS Budgets
A tool for setting custom cost or usage thresholds with alerts when actual or forecasted spending is likely to exceed them.
AWS Cost Explorer
A tool for visualizing and analyzing AWS spending and usage patterns over time.
Consolidated billing
An AWS Organizations feature combining usage from multiple linked accounts into a single invoice, often unlocking volume discounts.
Cost allocation tags
Labels applied to AWS resources that allow costs to be categorized and attributed in billing reports.
Basic Support
The free AWS support tier included with every account, providing limited Trusted Advisor checks and the Health Dashboard but no technical cases.
Enterprise Support
The top historical AWS Support tier, adding a designated Technical Account Manager and the fastest response times for critical issues.
AWS re:Post
A free, community-driven question-and-answer platform for AWS technical questions.
AWS Partner Network (APN)
AWS's global program of technology and consulting partners who build on AWS or assist customers with cloud strategy and implementation.

Exam tips

  • Match workload predictability to pricing model: steady-state usage points to Savings Plans or Reserved capacity, interruptible batch jobs point to Spot, and short-term or unpredictable needs point to On-Demand.
  • Dedicated Hosts matter mainly for per-socket or per-core licensing and compliance scenarios requiring physical isolation — a common distractor against plain Dedicated Instances.
  • Data transfer OUT to the internet is the charge to watch for in cost-optimization scenarios; transfer in and much intra-Region traffic is typically free or minimal.
  • AWS Support tier names and details change periodically — learn the relative ordering and what each tier adds (technical cases, 24/7 access, TAM pool, dedicated TAM) rather than memorizing prices.
  • When a scenario needs implementation expertise or specialized consulting rather than a technical support case, the AWS Partner Network is usually the better-fit answer over escalating a support ticket.

Chapter 4 quiz — prove it

AWS® and AWS Certified Cloud Practitioner® are trademarks of Amazon Web Services, Inc., which is not affiliated with this site and does not endorse this product.