πŸ“¦ 00 β€” Start Here

Welcome! Complete this section BEFORE the first session on Sat 23 May 2026.

If you can finish setup before Week 1, you’ll spend the first session learning AWS β€” not fighting your laptop. Block 1-2 hours this week and knock it all out.


βœ… Pre-bootcamp checklist

Tick these off in order:

Total time: ~50 minutes. Maybe an hour if AWS verification takes long.


πŸ“„ Read these before Week 1


🚦 60-second smoke test

Run this in your terminal to confirm everything is installed and working. If all four commands return a version number, you’re good for Week 1.

python --version       # should show Python 3.10 or newer
git --version          # should show git version 2.x or newer
aws --version          # should show aws-cli/2.x
code --version         # should show VS Code version

If any of them fails with β€œcommand not found”, go back to the relevant setup doc.


πŸ†˜ Stuck on setup?

Read this first: most setup issues fall into 3 categories:

  1. AWS account stuck β€œverifying” β€” see aws-account-setup.md for the Telecel/MTN troubleshooting steps
  2. Python or pip command not found β€” usually a PATH issue. See python-vscode-setup.md
  3. Git SSH key not working β€” see github-setup.md, the SSH section

If those don’t help: post a screenshot in the WhatsApp group. Use the group, not DM β€” likely 5 other people have the same problem and your question helps everyone.


🎯 What we’ll cover the first session

On Saturday 23rd May at 3 PM GMT:

  1. Welcome + a tour of this repo
  2. AWS Console live tour β€” what every menu actually does
  3. The 5 services you’ll see most: EC2, S3, IAM, VPC, CloudWatch
  4. Lab 1 walkthrough β€” building your portfolio site on S3 + CloudFront
  5. Q&A

The session is 2 hours. Be on time β€” the recording is good, but live questions are gold.


πŸ“… What you commit to

This bootcamp works if you commit to:

  • ⏰ 2 hours of live session every Saturday (recorded if you miss)
  • πŸ› οΈ 4-6 hours of hands-on lab work between sessions
  • πŸ’¬ 1 commit per week to your fork of this repo with your lab solutions
  • πŸ™‹ Show up in the WhatsApp group β€” answer someone else’s question once a week

Total: 6-8 hours per week, for 4 weeks. That’s it. Not 40 hours. Not a year. Six to eight hours.


⬅️ Back to repo