This chapter covers AWS Support Plans, a critical topic for the CLF-C02 exam under Domain 4: Billing, Pricing, and Support (Objective 4.3). Understanding the different support tiers — Basic, Developer, Business, Enterprise On-Ramp, and Enterprise — is essential because the exam tests your ability to match business needs to the appropriate plan. This objective carries approximately 10% of the exam weight. By the end of this chapter, you will know exactly what each plan includes, how pricing works, and how to choose the right plan based on workload criticality and organizational size.
Jump to a section
Imagine you run a boutique hotel. You have five support tiers for your guests. The Basic plan is like a self-service lobby kiosk: guests can read the FAQ, browse the help board, and report issues via a suggestion box, but no staff member ever speaks to them. The Developer plan adds a front-desk agent available 9-to-5 via email. If a guest’s keycard stops working, the agent will respond within 12 business hours. The Business plan gives you a dedicated concierge with a direct phone line and a guaranteed 1-hour response for critical issues like a fire alarm. The concierge can also walk you through the best room setup for a conference. The Enterprise On-Ramp plan is for large hotel chains: you get a personal account manager who proactively reviews your booking system and a 30-minute response for emergencies. Finally, the Enterprise plan provides a 24/7 butler, a technical account manager (TAM) who audits your entire hotel operation, quarterly business reviews, and a 15-minute response for life-threatening situations. Just like in AWS, higher tiers cost more but give faster, more personalized support and proactive guidance. The key mechanism: each tier adds a human layer and a service-level agreement (SLA) on response times, with the fastest response reserved for production-down scenarios.
What AWS Support Plans Are and the Problem They Solve
AWS Support Plans are subscription-based technical support offerings that provide customers with access to AWS experts, guidance, and tools to help them provision, manage, and troubleshoot their AWS environments. The core problem they solve is the need for reliable, timely assistance when things go wrong or when you need architectural best practices. Without a paid support plan, you only get access to basic documentation, forums, and limited automated tools. For production workloads, this is insufficient.
How AWS Support Plans Work — The Mechanism
Each support plan is a tiered service that defines the level of access to AWS Support resources, response times, and additional features. The mechanism is straightforward: you choose a plan, pay a monthly fee (either a flat rate or a percentage of your AWS usage), and in return you get:
Case severity levels: Critical, Urgent, High, Normal, Low. Higher plans allow you to open cases with higher severity, which guarantees faster response times.
Channel access: Email, chat, and phone. Basic has no channel access. Developer adds email. Business adds chat and phone for certain severities. Enterprise adds all channels with 24/7 coverage.
Proactive guidance: Business and above include AWS Trusted Advisor checks (full set) and AWS Health Dashboard access. Enterprise plans add a Technical Account Manager (TAM) who provides proactive reviews.
Pricing: Developer is a flat $29/month or $3.50/hour (no percentage). Business is a percentage of your monthly AWS usage (10% for the first $150K, 7% for $150K-$500K, 5% for $500K-$1M, and 3% for over $1M). Enterprise On-Ramp and Enterprise are also percentage-based but include a minimum monthly fee.
Key Tiers, Configurations, and Pricing Models
| Plan | Price | Response Times | Key Features | |------|-------|----------------|--------------| | Basic | Free | None (no cases) | Documentation, forums, AWS Health Dashboard, Trusted Advisor (7 core checks) | | Developer | $29/month or $3.50/hour (no percentage) | General guidance: <24 hours, System impaired: <12 hours | Email access only, no phone | | Business | Percentage of usage (see above) | General: <24h, System impaired: <12h, Production system impaired: <4h, Production system down: <1h | Email, chat, phone; full Trusted Advisor; AWS Support API | | Enterprise On-Ramp | Percentage of usage (similar to Business but with a $5,500 minimum) | Same as Business plus Critical: <30 min | TAM; proactive guidance; quarterly reviews | | Enterprise | Percentage of usage (similar to Business but with a $15,000 minimum) | Same as Business plus Critical: <15 min | TAM; proactive guidance; quarterly business reviews; Concierge Support Team; Well-Architected Reviews |
Important: The response times are for the initial response, not the resolution. Resolution time depends on the complexity of the issue.
Comparison to On-Premises or Competing Approaches
In an on-premises data center, you typically have an internal IT team that provides support. That team knows your entire infrastructure. With AWS, you are responsible for the operating system, applications, and network configuration (shared responsibility model). AWS Support Plans fill the gap by giving you access to AWS experts who understand the underlying cloud infrastructure. Competing cloud providers like Azure and GCP have similar support tiers, but AWS's are more granular and include proactive features like Trusted Advisor and TAM.
When to Use AWS Support Plans vs Alternatives
Basic: Use for personal projects, learning, or non-production experiments. No business-critical workloads.
Developer: Use for development and test environments where you need occasional email support but can tolerate longer response times.
Business: Use for production workloads that require fast response (1 hour for system down). This is the most common plan for small to medium businesses.
Enterprise On-Ramp: Use if you are a growing organization that needs a TAM but cannot afford the full Enterprise plan. It's designed for workloads that are starting to scale.
Enterprise: Use for large enterprises with mission-critical workloads that require 15-minute response times, a dedicated TAM, and proactive architectural guidance.
Do not confuse AWS Support Plans with AWS Professional Services, which are consulting engagements for large-scale migrations or custom projects. Also, do not confuse them with AWS Managed Services, which is a separate offering for ongoing infrastructure management.
Assess Your Business Needs
Start by evaluating your workload criticality, budget, and in-house expertise. If you run a single non-production application and can tolerate 24-hour email response, Developer is sufficient. For production systems that generate revenue, you typically need Business or higher. The exam will test your ability to recommend a plan based on scenarios like 'a startup with a single developer' (Developer) or 'a large enterprise with thousands of users' (Enterprise).
Choose a Support Plan
Log into the AWS Management Console, go to Support Center, and select 'Support Plans'. You can compare plans side-by-side. The pricing is either a flat fee (Developer) or a percentage of your monthly AWS usage (Business and Enterprise). Note that the percentage is applied to your total usage, so if you spend $200,000/month, Business would cost $150K*10% + $50K*7% = $15,000 + $3,500 = $18,500/month. Enterprise On-Ramp has a minimum of $5,500/month, Enterprise has a minimum of $15,000/month.
Open a Support Case
Once you have a plan, you can open support cases from the Support Center. You select a severity level (e.g., 'Critical' for production down). AWS will respond within the guaranteed time. For Business and above, you can also use chat or phone. The case workflow involves initial response, investigation, and resolution. AWS support engineers may request logs or configuration details.
Leverage Proactive Features
For Business and above, you get full access to AWS Trusted Advisor, which checks for cost optimization, performance, security, fault tolerance, and service limits. You also get the AWS Health Dashboard, which provides real-time information about service events affecting your account. With Enterprise On-Ramp and Enterprise, your TAM will proactively review your architecture and suggest improvements. This step is often overlooked by candidates but is tested on the exam.
Review and Optimize Plan
As your AWS usage grows, you may need to upgrade your plan. For example, if you start with Developer but later launch a production application, you should upgrade to Business. Also, if you are on a percentage-based plan, your monthly fee will increase with usage. You can downgrade at any time, but you lose access to higher-tier features immediately. The exam may ask about when to upgrade, e.g., 'A company that previously used Developer but now has production workloads should move to Business.'
Scenario 1: E-commerce Startup
A small e-commerce startup runs its website on AWS using EC2, RDS, and CloudFront. Initially, they use the Developer plan because they have only one developer and the site is not yet live. After launch, they experience a database outage that causes lost sales. With Developer, they can only open a 'System impaired' case with a 12-hour response. They realize they need faster support. They upgrade to Business, which gives them a 1-hour response for production system down. This allows them to quickly resolve issues and minimize revenue loss.
Scenario 2: Large Financial Services Firm
A financial services firm with thousands of employees uses AWS for critical trading applications. They choose the Enterprise plan because they need 15-minute response for critical issues and a dedicated TAM who provides quarterly business reviews and architectural guidance. The TAM helps them design a multi-AZ, disaster recovery architecture that meets regulatory compliance. Without the TAM, they might have made costly design mistakes. The cost of Enterprise is high (minimum $15,000/month plus percentage), but the cost of downtime is much higher.
Scenario 3: Misconfigured Plan Leading to Delays
A mid-size company uses the Developer plan for their production environment to save money. When a security incident occurs, they open a 'Critical' case, but Developer does not support Critical severity. They can only open 'System impaired' with a 12-hour response. The delay in response leads to prolonged exposure. This scenario illustrates the importance of matching plan severity to business criticality. The exam frequently tests this: 'A company with production workloads should not use Developer.'
What CLF-C02 Tests on This Objective
Objective 4.3 requires you to 'Identify the appropriate AWS Support plan for a given scenario.' The exam will present a business situation and ask which plan to choose. You must know the features of each plan, especially response times, severity levels, and whether phone/chat support is included. Also know the differences between Business, Enterprise On-Ramp, and Enterprise regarding TAM and response times.
Common Wrong Answers and Why Candidates Choose Them
Choosing Basic for production workloads: Candidates think 'free is fine' but Basic has no support cases.
Confusing Enterprise On-Ramp and Enterprise: Both have TAM, but Enterprise has 15-minute response vs 30-minute, and Enterprise includes Concierge Support.
Thinking Developer includes phone support: It only includes email.
Assuming all plans have Trusted Advisor: Only Business and above get full checks; Basic and Developer get 7 core checks.
Specific Terms That Appear Verbatim
'Technical Account Manager (TAM)' — only on Enterprise On-Ramp and Enterprise.
'Concierge Support Team' — only on Enterprise.
'AWS Trusted Advisor' — full set on Business and above.
'Response times' — memorize: Business: <1h for production down; Enterprise On-Ramp: <30 min; Enterprise: <15 min.
Tricky Distinctions
Business vs Enterprise On-Ramp: On-Ramp includes a TAM; Business does not. On-Ramp has a 30-minute response for critical; Business has 1-hour. On-Ramp has a minimum fee; Business does not.
Developer vs Basic: Developer allows you to open cases (email only); Basic does not allow opening cases at all.
Decision Rule for Multi-Choice Questions
First, determine if the scenario involves a production workload. If yes, eliminate Basic and Developer. Next, check if they need a TAM. If yes, choose Enterprise On-Ramp or Enterprise. If they need the fastest response (15 min) or Concierge Support, choose Enterprise. If they need a TAM but can tolerate 30-minute response, choose Enterprise On-Ramp. If no TAM needed, choose Business.
Basic plan is free but does not allow opening support cases; it only provides documentation and forums.
Developer plan costs $29/month or $3.50/hour and provides email support with a 12-hour response for system-impaired issues.
Business plan pricing is a percentage of AWS usage: 10% for first $150K, 7% for $150K-$500K, 5% for $500K-$1M, 3% over $1M.
Enterprise On-Ramp includes a TAM and has a 30-minute response for critical cases with a $5,500 minimum monthly fee.
Enterprise plan includes a TAM, Concierge Support Team, and 15-minute response for critical cases with a $15,000 minimum monthly fee.
Full AWS Trusted Advisor checks are available only on Business, Enterprise On-Ramp, and Enterprise plans.
The exam will test your ability to choose a support plan based on response time needs and whether a TAM is required.
These come up on the exam all the time. Here's how to tell them apart.
AWS Support Plan: Business
No Technical Account Manager (TAM) included
Critical case response time: 1 hour
No minimum monthly fee
Includes full Trusted Advisor checks
Access to phone and chat support
AWS Support Plan: Enterprise On-Ramp
Includes a Technical Account Manager (TAM)
Critical case response time: 30 minutes
Minimum monthly fee of $5,500
Includes full Trusted Advisor checks
Access to phone and chat support
Mistake
All AWS Support Plans provide phone support.
Correct
Only Business, Enterprise On-Ramp, and Enterprise include phone support. Developer provides email only, and Basic provides no direct support channels.
Mistake
The Basic plan includes full access to AWS Trusted Advisor.
Correct
Basic includes only 7 core Trusted Advisor checks (e.g., service limits, security groups). Full checks (e.g., cost optimization, performance) require Business or higher.
Mistake
Enterprise On-Ramp and Enterprise plans are identical except for price.
Correct
Enterprise On-Ramp has a 30-minute response for critical cases, while Enterprise has a 15-minute response. Enterprise also includes Concierge Support Team and Well-Architected Reviews, which On-Ramp does not.
Mistake
You can open a 'Critical' severity case with the Developer plan.
Correct
Developer plan only supports 'General guidance' and 'System impaired' severity levels. Critical and Urgent are available only with Business and above.
Mistake
AWS Support Plans are priced the same regardless of usage.
Correct
Developer is a flat fee, but Business and Enterprise plans are a percentage of your monthly AWS usage, with tiered rates and minimum monthly fees.
The Basic plan is free but does not allow you to open support cases; you only get access to documentation, forums, and 7 core Trusted Advisor checks. The Developer plan costs $29/month and allows you to open cases via email with response times of up to 12 hours for system-impaired issues. For exam purposes, remember that Developer is the minimum plan for opening cases.
Technical Account Managers (TAMs) are included only in the Enterprise On-Ramp and Enterprise support plans. The TAM provides proactive guidance, quarterly business reviews, and architectural support. Business and lower plans do not include a TAM. This is a common exam question.
Under the Business plan, a case with severity 'Production system down' has a guaranteed initial response time of less than 1 hour. For Enterprise On-Ramp it is less than 30 minutes, and for Enterprise it is less than 15 minutes. Remember these values for the exam.
No, the Developer plan only provides email support. Phone support is available starting from the Business plan. This is a common trick on the exam: candidates assume Developer includes phone because it costs money, but it does not.
The Business plan is priced as a percentage of your monthly AWS usage. The rate is 10% for the first $150K, 7% for $150K-$500K, 5% for $500K-$1M, and 3% for over $1M. There is no minimum fee. This is different from Developer which is a flat $29/month.
The Enterprise plan includes a Technical Account Manager (TAM), Concierge Support Team, Well-Architected Reviews, and a 15-minute response for critical cases. Enterprise On-Ramp includes a TAM but not Concierge Support or Well-Architected Reviews, and has a 30-minute response. These distinctions are frequently tested.
No. Basic and Developer plans include only 7 core Trusted Advisor checks. Full access to all Trusted Advisor checks (cost optimization, performance, security, fault tolerance, service limits) requires Business, Enterprise On-Ramp, or Enterprise plans. This is a key differentiator.
You've just covered AWS Support Plans — now see how well it sticks with free CLF-C02 practice questions. Full explanations included, no account needed.
Done with this chapter?