AWS Certification Guide [2026]: Which One to Get First

In This Guide

  1. Are AWS Certifications Worth It in 2026?
  2. The AWS Certification Map: All 12 Certs Explained
  3. Which Cert to Get First: The Decision Tree
  4. AWS Cloud Practitioner: The Right Starting Point
  5. AWS Solutions Architect Associate: The Workhorse Cert
  6. 6-Week Study Plan for Your First AWS Cert
  7. Exam Day Tips: What Actually Works
  8. Salary Impact: What AWS Certs Do to Your Pay
  9. Frequently Asked Questions

Key Takeaways

I have helped hundreds of professionals navigate AWS certifications and the #1 mistake I see is starting with the wrong cert for their experience level. Some people waste months studying Cloud Practitioner when they already know enough to skip it. Others jump straight to Solutions Architect without the foundational vocabulary and fail the exam twice before they pass.

This guide cuts through the confusion. By the end, you will know exactly which cert to pursue first, how long it will take, and the study approach that actually works — based on what practitioners report, not just what AWS marketing says.

AWS currently offers 12 certifications across four tiers. You do not need all of them. You need the right one for where you are now and where you want to go next.

Are AWS Certifications Worth It in 2026?

Yes, with one important caveat: certifications open doors, but experience walks through them. A cert signals to hiring managers and recruiters that you have the vocabulary and conceptual understanding to work in the cloud. It does not prove you can build a production VPC from scratch or debug a failing Lambda function under pressure.

That said, the data is clear: AWS certifications have a measurable salary premium. The 2025 Global Knowledge IT Skills and Salary Report found that AWS-certified professionals earned an average of $124,000 per year, compared to $98,000 for non-certified peers in similar roles — a 26% premium. The Solutions Architect Professional and DevOps Engineer Professional certifications consistently rank among the top 10 highest-paying IT certifications globally.

Beyond salary, AWS certs deliver three practical benefits:

The caveat: a cert without hands-on experience is fragile. Pair every certification with actual AWS project work — even personal or practice projects — so you can speak to what you have built, not just what you have studied.

The AWS Certification Map: All 12 Certs Explained

AWS organizes its certifications into four tiers — Foundational, Associate, Professional, and Specialty — covering everything from general cloud literacy to deep expertise in machine learning, networking, and security.

TierCertificationCodeBest ForCost
FoundationalCloud PractitionerCLF-C02Non-technical roles, career changers$100
AssociateSolutions ArchitectSAA-C03Developers, architects, DevOps$150
AssociateDeveloperDVA-C02Software developers building on AWS$150
AssociateSysOps AdministratorSOA-C02Ops engineers, sysadmins$150
ProfessionalSolutions Architect ProSAP-C02Senior architects with 2+ years AWS$300
ProfessionalDevOps EngineerDOP-C02Senior DevOps with CI/CD expertise$300
SpecialtyMachine LearningMLS-C01ML engineers, data scientists$300
SpecialtySecuritySCS-C02Security engineers, compliance teams$300
SpecialtyAdvanced NetworkingANS-C01Network engineers$300
SpecialtyDatabaseDBS-C01DBAs, data engineers$300
SpecialtyData AnalyticsDAS-C01Data engineers, analysts$300
SpecialtySAP on AWSPAS-C01SAP architects$300

Most professionals will earn 2-4 certifications over the course of their career. The goal is not to collect all 12 — it is to earn the ones that align with your specific career path and the work you are actually doing.

Which Cert to Get First: The Decision Tree

The right first cert depends entirely on your current experience level and career goal. Here is the framework I use with every student.

The Decision Tree

No cloud experience at all? → Start with Cloud Practitioner (CLF-C02)
1+ year of cloud or dev experience? → Skip Cloud Practitioner. Start with Solutions Architect Associate (SAA-C03)
Already have SAA? Building software on AWS? → Developer Associate (DVA-C02)
Already have SAA? Managing infrastructure? → SysOps Administrator (SOA-C02)
Senior architect with 2+ years of AWS? → Solutions Architect Professional (SAP-C02)
Working in ML/data science? → Machine Learning Specialty (MLS-C01) after SAA

The most common mistake is treating Cloud Practitioner as a required first step. It is not. Cloud Practitioner is a 90-minute, 65-question exam designed for executives, sales teams, and project managers who need cloud literacy but do not build systems. If you write code or manage infrastructure, it will feel too easy — and the time spent studying it is better invested in SAA-C03.

The second most common mistake is jumping to a Professional or Specialty cert before you have the Associate foundation. Professional exams assume deep hands-on experience and ask scenario-based questions where understanding the trade-offs between services matters as much as knowing the services themselves. Without the Associate-level foundation, you will likely fail — not because of study effort, but because you lack the mental models the questions test.

AWS Cloud Practitioner: The Right Starting Point

The AWS Cloud Practitioner (CLF-C02) is the right first cert if you are completely new to cloud — you have never used AWS, Azure, or GCP in any professional capacity and your current role is non-technical or adjacent to technical work.

The exam covers four domains:

What it does NOT test: how to actually configure any of these services, how to write Terraform or CloudFormation, how to troubleshoot networking issues, or any hands-on skills. The exam tests whether you know what services exist and what they are for — not whether you can use them.

Recommended study resources:

Study timeline: 4-6 weeks at 1 hour per day. The exam is 65 questions in 90 minutes. Pass score is 700/1000. Most candidates who study consistently pass on their first attempt.

AWS Solutions Architect Associate: The Workhorse Cert

The AWS Solutions Architect Associate (SAA-C03) is the most valuable cert in the AWS portfolio per hour invested. It is broad enough to give you a complete mental model of AWS and specific enough that you can actually design and defend cloud architectures after earning it.

The exam covers four domains:

You will be tested on 50+ AWS services in varying depth. The key services to master: EC2, VPC, S3, IAM, RDS, DynamoDB, Lambda, API Gateway, CloudFront, Route 53, ECS/EKS, SQS/SNS, and CloudFormation.

The exam is 65 questions, 130 minutes, pass score 720/1000. Questions are scenario-based: "A company needs a solution that provides sub-millisecond latency for a gaming leaderboard with 50,000 concurrent users. Which combination of services best meets this requirement?" You need to know not just what services do, but when to use them and why one architecture is better than another.

Recommended study resources:

6-Week Study Plan for Your First AWS Cert

This plan works for both Cloud Practitioner (weeks 1-4 only) and Solutions Architect Associate (full 6 weeks). The key is consistent daily study time plus hands-on practice in the AWS free tier.

Week 1: Foundations
Set up AWS free tier account. Complete the first 20% of your chosen course. Focus on AWS global infrastructure (regions, AZs, edge locations), IAM basics, and the S3 storage service. Log into the console and create an S3 bucket, upload files, set permissions.

Week 2: Compute and Networking
EC2 instances — launch one, SSH into it, stop it, understand pricing models. VPC fundamentals — create a VPC, add public and private subnets, configure a NAT gateway. This week takes the most time because networking concepts are the hardest for non-ops people.

Week 3: Databases and Storage
RDS (launch an Aurora cluster, understand Multi-AZ), DynamoDB (understand partition keys and when to use NoSQL vs. SQL), EFS and EBS (understand the difference). ElastiCache basics. This is the week where scenario questions start making sense.

Week 4: Serverless, Messaging, Security
Lambda, API Gateway, SQS, SNS, EventBridge. IAM deep dive — policies, roles, permission boundaries. KMS and encryption at rest/transit. CloudTrail and CloudWatch for logging and monitoring.

Week 5: Practice Exams — Identify Gaps
Do two full practice exams. Score them. Identify every category where you scored below 70% and go back to the course material for those specific topics. Do not move to week 6 until you are scoring 75%+ on practice exams.

Week 6: Refinement and Exam Day Prep
Do two more practice exams. Read the AWS FAQ pages for the 10 services you feel least confident about. Review all the questions you got wrong in weeks 5-6. Book the exam. You are ready.

Exam Day Tips: What Actually Works

Schedule the exam for a weekday morning when your mind is fresh. Do the online proctored version (Pearson VUE at home) only if your home environment is truly quiet — many people do better at a testing center.

Read every question twice before selecting an answer. AWS questions are designed to be answered based on the best option, not the only option — often two answers are technically correct, but one is more cost-effective, more secure, or more operationally simple given the scenario.

Watch for these keywords: "most cost-effective" (usually Reserved Instances, S3-IA, or Spot), "highest availability" (Multi-AZ, read replicas, cross-region replication), "lowest latency" (ElastiCache, CloudFront, DynamoDB), "least operational overhead" (managed services over self-managed).

Flag and skip difficult questions. Spend no more than 90 seconds on any question on your first pass. Return to flagged questions with the time remaining. You have 2 minutes per question — use it.

If you fail: AWS allows you to retake after 14 days. The exam fee is non-refundable, but you can retake unlimited times (with the 14-day gap). Most people who fail do so because of practice exam score inflation — they memorized answers rather than understanding concepts. If you fail, go back to the weak areas and rebuild the conceptual model before rebooking.

Salary Impact: What AWS Certs Do to Your Pay

AWS certifications have a consistent and measurable salary premium, particularly for Solutions Architect and DevOps roles. Here is what the data shows for 2025-2026.

CertificationAvg. Salary (US)Premium vs. Non-Certified
Cloud Practitioner$85,000-$95,0008-12%
Solutions Architect Associate$110,000-$130,00018-22%
Developer Associate$115,000-$135,00020-25%
Solutions Architect Professional$140,000-$165,00028-35%
DevOps Engineer Professional$145,000-$170,00030-38%
Machine Learning Specialty$150,000-$180,00035-45%

These numbers represent the range across major US metros and industries. The premium is highest for consultants, contractors, and professionals switching from non-cloud roles into cloud roles. For someone who already works in cloud and is seeking a promotion, the cert reinforces existing skills and signals readiness for senior responsibility.

The practical floor: earning even one Associate-level AWS certification places you in a smaller talent pool. As of 2026, there are approximately 1.1 million AWS-certified professionals globally. That sounds like a lot until you consider that there are tens of millions of open cloud roles projected through 2030. Demand still significantly outpaces supply.

Frequently Asked Questions

Which AWS cert should I get first?

If you have no cloud experience, start with Cloud Practitioner (CLF-C02). If you have 1+ year of development or operations experience, skip Cloud Practitioner and go directly to Solutions Architect Associate (SAA-C03). The SAA is the highest-value cert in the AWS portfolio for the study time invested.

How long does it take to get an AWS certification?

Cloud Practitioner takes 4-6 weeks studying 1 hour per day. Solutions Architect Associate takes 8-12 weeks. Professional-level certs take 3-6 months. Specialty certs vary by your background but typically require 2-4 months of preparation.

How much does AWS certification cost?

Foundational exams cost $100, Associate exams $150, and Professional and Specialty exams $300 each. Add $50-$150 for study materials (course + practice exams). AWS offers free practice question sets through Skill Builder for all certs.

Do AWS certifications expire?

Yes. AWS certifications are valid for 3 years. You recertify by passing the current version of the same exam or a higher-level exam in the same path (passing the Professional cert automatically recertifies the Associate). AWS also offers a free recertification exam through Skill Builder.

Cloud skills are the foundation of modern tech careers. Get the skills.

Join professionals from Denver, NYC, Dallas, LA, and Chicago for two days of hands-on AI and tech training. $1,490. October 2026. Seats are limited.

Reserve Your Seat

Note: Information in this article reflects the state of the field as of early 2026. Technology evolves rapidly — verify specific version numbers, pricing, and service availability directly with vendors before making decisions.

BP

Bo Peng

AI Instructor & Founder, Precision AI Academy

Bo has trained 400+ professionals in applied AI across federal agencies and Fortune 500 companies. Former university instructor specializing in practical AI tools for non-programmers. Kaggle competitor and builder of production AI systems. He founded Precision AI Academy to bridge the gap between AI theory and real-world professional application.

Explore More Guides