πŸ“¦ Shared Resources

Cheat sheets, exam prep, glossaries, and β€œI wish someone had told me” tips.


πŸ“‘ Cheat sheets

File What it is
aws-cli-cheatsheet.md The 30 AWS CLI commands you’ll actually use
iam-policy-examples.md Copy-paste IAM policies for common scenarios
git-commands-cheatsheet.md The git commands you actually need (no esoterica)
streamlit-quick-reference.md Streamlit’s most useful patterns

πŸ“… These will be added throughout the bootcamp. Open issues if you want one prioritized.


πŸŽ“ Cloud Practitioner Exam Prep

The bootcamp gets you ready for the exam. To actually sit and pass it:

  • πŸ“– Official exam guide (CLF-C02)
  • 🎯 cloudwithshad practice quizzes (link coming soon β€” Shadrack's own question bank)
  • πŸ“Ί freeCodeCamp’s 14-hour AWS course (free on YouTube)
  • πŸ’΅ Exam cost: $100 (taken online or at a Pearson VUE center)
  • πŸ† Pass mark: 700 / 1000 (~70%)

Bootcamp coverage vs the exam

Exam domain Bootcamp coverage
Cloud concepts (24%) βœ… Weeks 1-2
Security & compliance (30%) βœ… Week 2 (IAM, SGs, NACLs) + cherry-picked across
Technology & services (34%) βœ… All 4 weeks
Billing & support (12%) βœ… Week 1 + scattered tips

The bootcamp gets you to ~85% exam readiness. The last 15% comes from practice tests.


πŸ’Ό Career resources

  • github-portfolio-tips.md β€” how to make your GitHub a CV in disguise
  • linkedin-cloud-roles-guide.md β€” finding cloud roles in West Africa + remote
  • cv-template-cloud-engineer.md β€” a clean CV template optimised for cloud roles

πŸ—ΊοΈ Glossary

Term Means
AMI Amazon Machine Image β€” the template an EC2 boots from
ASG Auto Scaling Group
AZ Availability Zone β€” a data center within a region
CIDR Classless Inter-Domain Routing β€” IP notation like 10.0.0.0/16
IAM Identity and Access Management
NACL Network Access Control List β€” subnet-level firewall
SG Security Group β€” instance-level firewall
VPC Virtual Private Cloud β€” your isolated network in AWS

⬅️ Back to repo