Skip to content

kaylawinslow/AWS-Cloud-Practitioner-Reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

AWS Cloud Practitioner Notes

Comprehensive study notes, diagrams, and resources covering the AWS Certified Cloud Practitioner certification.
Organized to provide a clear reference for AWS core concepts, services, pricing models, security, and architectural best practices.


Certification Overview

  • Certification: AWS Certified Cloud Practitioner
  • Issued: August 2025
  • Skills Covered: AWS global infrastructure, core services, pricing models, security, and the AWS Well-Architected Framework.

Table of Contents


Core AWS Concepts

Quick summaries of foundational AWS ideas:

  • Cloud computing models: IaaS, PaaS, SaaS
  • AWS global infrastructure: Regions, Availability Zones, Edge Locations
  • Shared Responsibility Model: AWS manages the cloud, customers manage what’s in the cloud
  • CapEx vs OpEx vs Variable Expense: Capital vs operational costs, and scaling costs with usage

AWS Services

Service overviews organized by category:

Compute

  • EC2: Resizable virtual servers
  • Lambda: Serverless compute for event-driven apps
  • Elastic Beanstalk: Managed app deployment
  • Lightsail: Simplified VPS hosting

Storage

  • S3: Object storage
  • EBS: Block storage for EC2
  • EFS: Scalable file storage
  • Glacier: Low-cost archival

Database

  • RDS: Managed relational databases
  • DynamoDB: NoSQL database
  • Aurora: High-performance MySQL/PostgreSQL-compatible DB

Networking

  • VPC: Isolated virtual network
  • Route 53: DNS and domain registration
  • CloudFront: Global content delivery

Security

  • IAM: User and permission management
  • Cognito: User authentication
  • KMS: Key management
  • WAF: Web application firewall

Security & Compliance

Key AWS security features:

  • IAM policies, roles, and groups
  • MFA and secure access key practices
  • AWS Artifact for compliance reports
  • AWS Organizations for multi-account governance

Pricing & Billing

Main AWS pricing models:

  • Pay-as-you-go
  • Reserved Instances
  • Savings Plans
  • Free Tier

AWS pricing tools:

  • AWS Pricing Calculator
  • Cost Explorer
  • Budgets

Well-Architected Framework

Six pillars of AWS best practices:

  1. Operational Excellence – Operations as code, continuous improvement
  2. Security – Protect data and systems
  3. Reliability – Recovery from failures
  4. Performance Efficiency – Use resources efficiently
  5. Cost Optimization – Avoid unnecessary costs
  6. Sustainability – Minimize environmental impact

Diagrams & Visuals

Example AWS architecture diagram:

AWS Architecture Example


Resources & Links

About

Organized AWS Cloud Practitioner study reference with core concepts, service summaries, pricing models, security guidelines, and architecture diagrams.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors