π¦ Shared Resources
π¦ 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 disguiselinkedin-cloud-roles-guide.mdβ finding cloud roles in West Africa + remotecv-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