I was a business analyst making pivot tables in Excel when I first heard someone say "cloud engineer." That was in 2017. Two years later I was architecting infrastructure on AWS for a fintech company in Lagos, earning three times my previous salary. I did not have a computer science degree. I had never written code professionally. I had zero IT experience.
That path exists for you too. Not because cloud computing is easy -- it is not -- but because the industry has a structural labor shortage that rewards demonstrated skill over pedigree. There are over 3.5 million unfilled cloud computing positions globally as of Q1 2026, according to ISC2's workforce study. Employers cannot afford to filter by degree when they need someone who can configure a VPC and deploy a container by next Tuesday.
The 12-Month Career Change Timeline
Each phase builds on the previous one. Do not skip phases -- the knowledge compounds.
Month 1-2: Build Your Foundation (Cost: $0)
What to study:
- Networking basics: IP addresses, DNS, HTTP/HTTPS, TCP/UDP, subnets, firewalls. CompTIA's free Network+ study materials cover it. So does Professor Messer's YouTube channel.
- Linux fundamentals: The command line, file permissions, package managers, SSH, basic shell scripting. Over 90% of cloud workloads run on Linux.
- Cloud concepts: What is IaaS vs. PaaS vs. SaaS? What are virtual machines, containers, object storage, load balancers?
Milestone: You can explain what a VPC is, SSH into a Linux server, navigate the file system, and describe the difference between S3 and EBS without looking anything up.
Month 3-4: Earn Your First Certification (Cost: $100-165)
Pass AWS Cloud Practitioner (CLF-C02) or Azure Fundamentals (AZ-900). Both are entry-level. Both validate that you understand cloud concepts, pricing, security basics, and core services.
I recommend AWS Cloud Practitioner if you are unsure which platform to focus on. AWS holds 31% of the global cloud market. More job postings mention AWS than any other platform.
Month 5-7: Go Deeper With Hands-On Projects
This is where career changers separate themselves. Certifications prove you can study. Projects prove you can build.
Build three projects that demonstrate real cloud skills:
- A static website hosted on S3 with CloudFront, Route 53, and a CI/CD pipeline
- A containerized application on ECS or EKS with a load balancer and auto-scaling
- A Terraform-managed infrastructure with VPC, subnets, security groups, and an RDS database
Document each project in a GitHub repository with a README that explains your architecture decisions.
Month 8-10: Earn Your Associate Certification
Target the AWS Solutions Architect Associate (SAA-C03) or Azure Administrator (AZ-104). These are the certifications that hiring managers filter for.
Month 11-12: Job Search
Your application package at this point: two certifications, three documented projects, a GitHub profile with real infrastructure code, and a LinkedIn profile that tells a clear career-change story.
Originally published at Citadel Cloud Management. 17 free cloud courses available -- no credit card required.
Top comments (0)