Learning roadmap

Cloud Fundamentals

The mental models behind every deploy and every bill. Compute, storage, networking, IAM, and cost — provider-agnostic, with AWS as the running example.

5 stages~10 h
That leaves 5 stages, ~10 hours of focused work. You can clear it in any order, but the stages compound — try them top-to-bottom your first time.
  1. Concepts
    compute-vs-storage-vs-networkregions-and-azsobject-vs-block-storagevpc-basicsdns-and-load-balancingmanaged-vs-self-hosted
    Lab task

    Build a "Cloud Primitives Explorer": a clickable diagram of a classic three-tier app (load balancer → app servers → database + object storage). Clicking any box reveals its primitive, its AWS name, and one line on what breaks if it dies.

    Build it in the Lab
    Checkpoint

    You can take any architecture diagram and label every box as compute, storage, or networking — with the AWS example for each.

What you'll be able to do
  • Explain any cloud architecture using the compute / storage / networking triangle.
  • Choose serverless vs containers for a new service and defend it in one paragraph.
  • Read an IAM policy and spot the over-permission before it ships.
  • Estimate a monthly cloud bill before deploying, not after the surprise.
  • Ship with a deploy pattern that can roll back in minutes.