Skip to content

becloudready/ai-cloud-engineer-bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

AI Cloud Engineer Learning path — 2026

The week-by-week topics, labs, and reference resources I use to run my live bootcamp. Learn More

Prerequisites: basic Linux CLI, comfort with Bash or Python, an AWS Free Tier account.


The learning path

Week Module Tools What you build AI accelerates this
1–2 AWS Cloud Fundamentals AWS, Terraform, IAM, EKS, Lambda Custom VPC + IAM setup Claude generates the templates, you decide the architecture
2–3 Docker & Kubernetes Docker, Helm, ArgoCD Containerised app on EKS cluster AI writes the Dockerfile, you own the image hardening
3–4 Terraform + CI/CD Terraform, GitHub Actions Full IaC pipeline with security scanning AI scaffolds the modules, you own state management
4 SRE & Observability Grafana, Prometheus Live incident simulation with dashboards AI generates dashboard JSON, you calibrate the thresholds
5 AI / RAG / AgentOps pgvector, LLM APIs, Ollama Text-to-SQL RAG agent deployed to K8s This IS the AI project — you own the guardrails

Week 0 — Before You Show Up

Get these out of the way so we don't burn live time on setup.

  • AWS Free Tier account, IAM admin user with access keys, AWS CLI installed
  • Docker Desktop installed and docker run hello-world works
  • Terraform CLI installed (terraform -v)
  • kubectl and helm installed
  • VS Code (or your editor) + Git configured

Light pre-reading if you have time:


Week 1 — Cloud Foundations & AWS Core

Modules


Week 2 — Containers & Orchestration

Modules


Week 3 — Infrastructure as Code (Terraform)

Modules


Week 4 — CI/CD & Delivery Pipelines

Modules


Week 5 — SRE, Production Readiness & RAG Capstone

Modules


Week 6 - AI, LLM, Agents

Capstone projects

db-agent — text-to-SQL AI agent deployed on Kubernetes

  • SQL safety guardrails, full CI/CD pipeline, presented at AAAI-25
  • Available as Streamlit, Next.js+FastAPI, and native Databricks App

AWS enterprise data lake — three-lab sequence for building a production-grade data lake on AWS

  • Lab 1: S3 raw/curated zones, Glue PySpark ETL, Parquet, Athena
  • Lab 2: event-driven ingestion — S3 triggers, SQS, Lambda, Redshift
  • Lab 3: Lake Formation governance — row/column/tag-based access controls, CDC via DMS
  • Entire environment provisioned with Terraform, per-student sandboxed IAM

What AI has and hasn't changed

AI commoditized this Engineers still own this
Writing Terraform from scratch State management, multi-account strategy
Dockerfile boilerplate Image hardening, multi-stage builds
K8s manifest YAML CNI, admission webhooks, cluster security
Basic alerting rules Calibrating thresholds, incident command
RAG pipeline scaffolding Chunk strategy, retrieval quality, guardrails

AI wrote this table. I decided what goes in each column.

How to use this repo

Option A — Self-paced: Work through the modules on your own. Everything links to the relevant open-source tools. No signup required.

Option B — With the cohort: Weekly live session on Mondays 6–8 PM EDT. Slack support throughout the week. Access to the TorontoAI founder and recruiter network (10,000+ members). $299 CAD one-time. becloudready.com

Option C — Corporate: Private team workshops for Databricks and cloud engineering teams. Book a call

Community

TorontoAI — 10,000+ members across Toronto and US East Coast. Quarterly in-person events. Beehiiv newsletter: 2,400+ subscribers.

About

Free DevOps Roadmap 2026 — learn AWS, Kubernetes, Terraform, Docker, CI/CD & SRE with hands-on labs. Land a Cloud/DevOps job

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors