Home About Learn AI Learn Python Web Development Cloud Computing Blog Programs
// learning path

Learn cloud computing — the backbone of everything

AWS, Azure, and GCP power every major company in the world. Cloud skills are required for almost every tech job in Canada — and they pay extremely well.

Start the roadmap → See certifications
4–5months to certified
$90K+avg cloud engineer salary CA
~$300AWS exam cost
Which cloud should I learn? Start with AWS — it has 31% of the global cloud market and the most Canadian job postings. Azure is #2 and dominant in enterprise/government. GCP is growing fast in AI workloads. The concepts transfer across all three.

Cloud computing roadmap

1

Networking fundamentals (2 weeks)

You can't understand cloud without understanding how the internet works. IP addresses, DNS, HTTP/HTTPS, TCP/IP, firewalls, and load balancers.

2

Linux command line (2 weeks)

Cloud servers run Linux. You need to be comfortable in a terminal before you touch AWS.

  • Free: Linux Journey — interactive Linux course
  • Practice: ls, cd, mkdir, chmod, ssh, curl
  • Set up WSL2 on Windows or use a free Linux VM
3

AWS Core Services (4–6 weeks)

The big six: EC2 (virtual machines), S3 (storage), Lambda (serverless), RDS (databases), IAM (security), and VPC (networking). Everything else builds on these.

4

AWS Cloud Practitioner Certification

The entry-level AWS cert. Covers cloud concepts, services, pricing, and security at a high level. Most companies recognize it as proof you understand cloud fundamentals.

5

Infrastructure as Code — Terraform

Stop clicking in the AWS console. Write code that creates your entire infrastructure automatically. This is what separates junior from senior cloud engineers.

Cloud certifications worth getting

See all programs →