Cloud & Infrastructure Roadmap

Nine levels from deriving infrastructure out of a workload, through compute, networking, identity and delivery, to reliability, cost and the judgement to refuse complexity the business never asked for.

0 / 126 roadmap lessons mastered0%
  1. 1

    Compute, storage, networking, regions

    0 / 11 mastered

    Derive infrastructure from a workload instead of from a product catalogue.

    Outcome · You can list what an application needs before naming a single service, and you can say where the provider's responsibility ends.
    Prove it — From Laptop to Production →
  2. 2

    VMs, containers, load balancing, DNS

    0 / 11 mastered

    Run a workload on something other than your laptop, and let traffic find it.

    Outcome · You can explain what a VM actually is, why a container is not one, and how a request reaches either.
  3. 3

    Storage types, managed databases, IAM

    0 / 11 mastered

    Put state somewhere defensible, and give every workload its own identity.

    Outcome · You can pick a storage shape from the access pattern, and write a policy that would survive a compromise.
    Prove it — IAM debugging lab →
  4. 4

    Docker, registries, CI/CD

    0 / 10 mastered

    Make the thing you tested the thing that runs.

    Outcome · You can trace an artifact from a commit to the digest production actually pulled, and name who was allowed to do each step.
    Prove it — Follow a Deployment →
  5. 5

    Infrastructure as code

    0 / 8 mastered

    Stop changing production by hand.

    Outcome · You can read a plan, explain what state is for, and say what the next apply would do to a resource someone created by hand.
    Prove it — Drift lab →
  6. 6

    Networking boundaries, orchestration, autoscaling

    0 / 33 mastered

    Draw the trust boundaries, then decide whether you need a control plane at all.

    Outcome · You can justify — or refuse — orchestration for a given workload, and you know why new capacity is always late.
    Prove it — Do we need Kubernetes? →
  7. 7

    Reliability, multi-zone, backup and recovery

    0 / 14 mastered

    Make redundancy real, and prove the restore works.

    Outcome · You can find the failure domain hiding behind three replicas, and you have restored a backup on purpose.
    Prove it — Break This Infrastructure →
  8. 8

    Multi-region, cloud security, cost engineering

    0 / 19 mastered

    Take on the expensive decisions with their costs stated out loud.

    Outcome · You can present an architecture in four views — structure, reliability, security and cost — and defend each.
    Prove it — Cost engineering →
  9. 9

    Production infrastructure design

    0 / 9 mastered

    Receive "we built an application, how do we run it?" and answer it systematically.

    Outcome · You can design infrastructure that meets the requirement and argue convincingly for everything you chose not to build.
    Prove it — Production SaaS capstone →