Your Cloud Career
Cloud jobs grew 21% last year. The median salary is $130K. Here's the roadmap — which certifications to get, in what order, and how to land your first cloud role.
The recruiter who stopped reading resumes
A hiring manager at a fintech company told her recruiter: "Stop sending me resumes without a cloud certification. I don't care about degrees — I care about whether they can deploy to AWS without breaking production."
That is the cloud job market in 2026. Certifications are the filter. Not because certifications make you good — but because they prove you have done the work to learn the fundamentals, and in a market with thousands of applicants, recruiters need a signal.
By the end of this module, you will have a clear career map from entry-level to senior roles, a certification roadmap for AWS, Azure, and GCP, a portfolio project design, and a five-step job search strategy.
You have built the foundation across this track — cloud concepts (Module 1), provider comparison (Module 2), architecture patterns (Module 3), security (Module 4), certification prep for AWS (Module 5) and Azure (Module 6), and networking and storage (Module 7). This module turns all of that knowledge into a career plan.
The cloud career map
| Role | What you do | Salary range | Certs that help |
|---|---|---|---|
| Cloud Support Engineer | Help customers troubleshoot cloud issues | $60-85K | Cloud Practitioner, AZ-900 |
| Cloud Engineer | Build and maintain cloud infrastructure | $100-140K | Solutions Architect Associate, AZ-104 |
| DevOps Engineer | Automate deployments, CI/CD, infrastructure as code | $110-160K | DevOps Engineer Pro, AZ-400 |
| Cloud Security Engineer | Secure cloud environments, IAM, compliance | $120-170K | Security Specialty, AZ-500 |
| Solutions Architect | Design cloud systems for enterprise clients | $130-180K | Solutions Architect Pro, AZ-305 |
| Cloud Architect | Senior design role, multi-cloud strategy | $150-220K | Multiple Associate + Professional certs |
| VP/Director of Cloud | Lead cloud strategy for the organization | $200-350K | Experience + industry recognition |
Notice how each role maps back to specific modules in this track. Cloud Security Engineers use the IAM and compliance skills from Module 4 daily. Solutions Architects apply the Well-Architected Framework from Module 3. DevOps Engineers build on the Infrastructure as Code concepts from Module 3 and the cost optimization strategies from Module 7. The knowledge you have built is not abstract — it maps directly to job responsibilities.
The certification roadmap
AWS path
Level 1: Cloud Practitioner (CLF-C02) — $100 exam, foundational. "I understand what AWS is." 2-4 weeks study.
Level 2: Solutions Architect Associate (SAA-C03) — $150 exam, the most valuable AWS cert. "I can design systems on AWS." 4-8 weeks study.
Level 3: Choose a specialty — DevOps Engineer, Security, Machine Learning, or Database. Each is $300. "I am an expert in X."
Level 4: Solutions Architect Professional (SAP-C02) — $300, the hardest AWS cert. "I can design complex, multi-service architectures." 3-6 months study.
Azure path
Level 1: Azure Fundamentals (AZ-900) — $99 exam, foundational. Often offered free at Microsoft events. 1-3 weeks.
Level 2: Azure Administrator (AZ-104) — $165 exam. "I can manage Azure resources." 4-8 weeks.
Level 3: Azure Solutions Architect (AZ-305) — $165 exam. "I can design Azure solutions." 2-4 months.
Level 4: Specialty — Security Engineer (AZ-500), DevOps Engineer (AZ-400), AI Engineer (AI-102).
GCP path
Level 1: Cloud Digital Leader — $99 exam. Non-technical overview. 1-2 weeks.
Level 2: Associate Cloud Engineer — $200 exam. Hands-on cloud operations. 4-8 weeks.
Level 3: Professional Cloud Architect — $200 exam. Design and planning. 2-4 months.
There Are No Dumb Questions
Which cloud should I certify in first?
Check job postings in your area. If most say "AWS," start with AWS Cloud Practitioner. If your company uses Azure, start with AZ-900. When in doubt, AWS has the largest market share and the most job postings. But ANY cloud cert is better than no cloud cert.
How many certifications do I need?
For your first cloud role: ONE associate-level cert plus hands-on experience. For senior roles: 2-3 certs across different areas. Do not collect certifications without building real skills — hiring managers test for practical knowledge, not cert count.
Plan your certification path
25 XPBased on your goals, plan your first 12 months: 1. Which cloud provider will you start with? Why? 2. What is your first certification? When will you take it? 3. What is your second certification? When? 4. What hands-on project will you build to complement each cert? 5. What role are you targeting in 12 months?
Sign in to earn XPBuilding cloud experience without a cloud job
You do not need a cloud job to build cloud experience. Here is how:
| Activity | What it proves | Cost |
|---|---|---|
| AWS/Azure/GCP free tier projects | You can deploy real infrastructure | Free (within limits) |
| Personal website on cloud | You understand compute, DNS, SSL | $5-10/month |
| Contribute to open source | You can work with cloud-native tools | Free |
| Write about what you learn | Communication skills + continuous learning | Free |
| Build a portfolio project | End-to-end cloud skills | Free tier |
The best portfolio project: Deploy a web application with a database, load balancer, auto-scaling, CI/CD pipeline, and monitoring. Use Infrastructure as Code (Terraform or CloudFormation). Document everything. This single project demonstrates more than 5 certifications.
Here is what to include in your project documentation:
- Architecture diagram — show your VPC layout (Module 7), subnets, security groups (Module 4), and how traffic flows through the load balancer (Module 3)
- Cost estimate — use the pricing calculator to show you understand cloud economics (Module 1)
- Security decisions — explain your IAM roles, encryption choices, and why the database is in a private subnet
- Lessons learned — what went wrong, what you would change, what surprised you
Design your cloud portfolio project
50 XPDesign a cloud portfolio project you could build this month: 1. What application will you build? (keep it simple — a todo app or blog is fine) 2. What cloud services will you use? (compute, database, storage, networking) 3. Will you use Infrastructure as Code? Which tool? 4. How will you deploy updates? (CI/CD pipeline) 5. How will you monitor it? (logging, alerts) 6. Write a 3-sentence description for your LinkedIn profile
Sign in to earn XPThe job search strategy
Step 1: Get certified. One associate-level cert minimum. Take it seriously — study, practice, pass.
Step 2: Build something real. Deploy a project on your chosen cloud. Document it as a case study.
Step 3: Update LinkedIn. Add certifications, write about your cloud journey, engage with cloud content.
Step 4: Apply strategically. Target Cloud Support Engineer or Junior Cloud Engineer roles. These are the entry doors.
Step 5: Prepare for interviews. Cloud interviews mix conceptual questions ("explain VPCs") with scenario questions ("design a system that handles 10K requests per second").
There Are No Dumb Questions
"What if I am not a developer — can I still get a cloud job?"
Absolutely. Cloud Support Engineer, Cloud Sales Engineer, Cloud Project Manager, and Cloud Compliance Analyst roles do not require coding. The IAM policies from Module 4, the compliance frameworks from Module 4, and the cost optimization from Module 7 are directly relevant to non-developer cloud roles. Cloud literacy is the requirement — not software engineering.
"Do I need a computer science degree?"
No. The majority of cloud certifications have no degree prerequisites. Many successful cloud engineers transitioned from IT support, system administration, networking, or even non-tech fields. What matters is demonstrable skill — a certification plus a portfolio project beats a degree with no hands-on experience.
Prepare for a cloud interview
25 XPCloud interviews test both knowledge and problem-solving. Answer these common interview questions using what you learned in this track: 1. **Conceptual:** Explain the shared responsibility model in the cloud. What is the customer responsible for vs. the provider? (Module 4) 2. **Scenario:** A startup needs to launch a web app that handles unpredictable traffic spikes. What compute model would you recommend and why? (Module 3) 3. **Cost:** Your company has 10 EC2 instances running 24/7 on on-demand pricing. How would you reduce costs? (Module 1, Module 7) 4. **Architecture:** How would you design a system that survives an entire availability zone going down? (Module 3) 5. **Security:** What is the principle of least privilege and why does it matter? Give an example of an overprivileged IAM policy. (Module 4) *Write your answers out fully. In a real interview, "I would use auto-scaling" is not enough — you need to explain what triggers it, what happens, and what the trade-offs are.*
Sign in to earn XPCommon mistakes to avoid
Other mistakes to avoid on the cloud career path:
- Studying without building. Reading about S3 is not the same as creating a bucket, uploading files, configuring lifecycle policies, and diagnosing a permission error at midnight. Hands-on time is non-negotiable.
- Waiting until you feel ready. You will never feel 100% ready. Apply when you meet 60-70% of the job requirements. Cloud roles have a steep learning curve on the job — employers expect it.
- Ignoring soft skills. Cloud architects spend more time communicating with stakeholders than writing Terraform. Explaining a VPC to a non-technical executive is as important as configuring one.
Back to the recruiter who stopped reading resumes
"Stop sending me resumes without a cloud certification." That hiring manager's instruction captures the market reality: certifications are the filter. Not because they make you good, but because they prove you have done the work to learn the fundamentals. In a market with thousands of applicants per role, recruiters need a signal — and a cloud certification is the clearest one available. Start with one associate-level cert, build a portfolio project, and you have what most candidates lack: proof that you can do the work.
✗ Day 1 (before this track)
- ✗Cloud is vague — something about servers in the sky
- ✗Cannot explain IaaS vs PaaS vs SaaS
- ✗No idea which cloud provider to learn
- ✗Security feels like someone else's problem
- ✗No certification plan
✓ Today (after this track)
- ✓Understand service models, deployment models, pricing, architecture
- ✓Can design VPCs, choose storage classes, write IAM policies
- ✓Picked a cloud based on job market and tech stack
- ✓Know the shared responsibility model and seven deadly sins
- ✓Have a certification roadmap and portfolio project plan
Where to go from here
This track gave you the cloud fundamentals. Here are related tracks to deepen your skills:
- Cybersecurity Fundamentals — if cloud security (Module 4) was your favourite section, this track goes deeper into threat actors, network security, cryptography, incident response, and the Security+ certification path
- Project Management Fundamentals — cloud migrations are project management exercises. If you are targeting a Cloud Project Manager or Solutions Architect role, project management skills complement your cloud knowledge
- Python Fundamentals — if you want to automate cloud tasks, write Lambda functions, or build Infrastructure as Code with Pulumi, Python is the most common language in cloud engineering
- Career Skills — if you want broader career advice on networking, negotiation, and personal branding that applies to any cloud role
Key takeaways
- Cloud jobs grew 21% last year with a $130K median salary — demand far exceeds supply
- Start with one associate-level certification (AWS SAA, AZ-104, or GCP ACE) — one deep beats three shallow
- Build a real portfolio project — it proves more than certifications alone. Document the architecture, cost, and security decisions
- Entry point: Cloud Support or Junior Cloud Engineer ($60-85K). Most people reach $130K+ within 2-3 years
- Senior roles ($150K+) require 2-3 certifications plus real architecture experience
- Every cloud cert path starts with fundamentals — Cloud Practitioner, AZ-900, or Cloud Digital Leader
- Check job postings in your area to choose which cloud to learn first
- Non-developer roles exist: Cloud Sales Engineer, Cloud Project Manager, Cloud Compliance Analyst all value cloud literacy
- Everything you learned in this track maps directly to job responsibilities — from IAM policies to VPC design to cost optimization
Knowledge Check
1.What is the recommended first step for someone entering a cloud career?
2.Which AWS certification is considered the most valuable for job seekers?
3.How can you build cloud experience without a cloud job?
4.Why do recruiters filter for cloud certifications?
Want to go deeper?
💻 Software Engineering Master Class
The complete software engineering program — from your first line of code to landing your first job.
View the full program