Skip to content

selfman01-cloud/Cloud-Parctitioner-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud-Parctitioner-Notes

Studying for AWS Certified Cloud Practitioner. No Free Tier access. Using Skill Builder labs + documenting everything.

Progress: 3/12 modules completed

Started: April 19, 2026 - Lagos, Nigeria.

Goal: Pass CLF-C02 by May 15, 2026

No credit card. No excuses. No days off.

Blocked: AWS Free Tier verification.

Solution: Learn anyway.

Modules

  • Module 1: Cloud Concepts - 88%
  • Module 2: Compute in Cloud -86%
  • Module 3: Lambda - 88%
  • Module 4: Aws region -
  • Module 5: Networking (VPC) -
  • Module 6:

#AWS #CloudComputing #BuildInPublic

Module 1: Cloud Concepts - Apr 19, 2026

Score: 88%

Key takeaways:

  • 6 advantages: Trade CapEx for OpEx, benefit from massive economies of scale

  • Global in minutes: Deploy to any region

  • Elasticity: Scale up/down with demand

  • Deployment models: Cloud, Hybrid, On-premises.

    Shared Responsibility:

  • Customer Responsibily: (i) secure Customer data. (ii) encrypt client sides data.

  • Key notes: Must be secured IN Cloud.

    -AWS Reaponsibility: (i) Provides Software for compute,Storage, Databased and Networking. (ii) Hardware for Global Infrastructures.

    Key Note: Must be Secured OF the Cloud.

https://github.com/selfman01-cloud/Cloud-Parctitioner-Notes/blob/64f209c9f5cd9b41b63702318bd7065841d9a28c/IMG_2092.jpeg?raw=true

Module 2: Compute in the Cloud - COMPLETE ✅

Date: Apr 20, 2026 00:35

Score: 86% — Passing: 80%

Time: Started 23:18, Finished 00:35

Format: Video demo + knowledge check. No hands-on in module.

Key Concepts Takeaways:

  • EC2 = Virtual servers. t2.micro = Free Tier eligible
  • Pricing models: On-Demand for unknown traffic, Spot for batch jobs 90% off, Savings Plans 72% off for 1-3yr commit
  • Auto Scaling + ELB = elasticity + high availability
  • Exam traps: "Critical" never uses Spot. "Unsure/flexible" = On-Demand

Extra Credit: Found "Builder Labs: Introduction to AWS Cloud" for hands-on EC2. Completed pricing knowledge checks on Savings Plans vs Spot.

Next: Builder Lab 1 for actual EC2 hands-on. Assessment Result: https://github.com/selfman01-cloud/Cloud-Parctitioner-Notes/blob/main/IMG_2089.jpeg?raw=true

Module 3: Studying how lambda works April, 23

course study and assessment result:

https://github.com/selfman01-cloud/Cloud-Parctitioner-Notes/blob/main/IMG_2172.jpeg? raw=true.

Module 4: AWS Regions

Module 5: Networking (VPC) Completed: May 09, 2026

What is VPC? A logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network you define.

Key Components:

  • Subnet: Range of IP addresses in your VPC. Split into Public and Private.
  • Internet Gateway (IGW): Allows communication between your VPC and the internet.
  • Route Table: Controls where network traffic is directed.
  • Security Group: Acts as a firewall for EC2 instances. Stateful.
  • Network ACL: Acts as a firewall for subnets. Stateless.
  • NAT Gateway: Allows private subnet instances to access the internet outbound.

Key for CLF-C02 Exam:

  • VPC = your virtual data center in AWS
  • Public subnet has a route to IGW, Private subnet does not
  • Security Groups vs NACLs is a common exam question

Certificate: [AWS Training & Certification - VPC Completion] https://github.com/selfman01-cloud/Cloud-Parctitioner-Notes/blob/main/IMG_2571.jpeg?raw=true

About

New-Files (Modules Concept)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors