Skip to content

Latest commit

Β 

History

History
59 lines (41 loc) Β· 1.69 KB

File metadata and controls

59 lines (41 loc) Β· 1.69 KB

AWS Study Notes

Deploy MkDocs

Your comprehensive AWS certification study notes, automatically published to GitHub Pages using Material for MkDocs.

πŸ“š Documentation Sections

  • Storage - S3, EBS, EFS, and storage optimization
  • Compute - EC2, Lambda, containers, and serverless architectures
  • Network - VPC, load balancing, and advanced networking
  • IAM - Identity and access management fundamentals
  • Databases - RDS, DynamoDB, and database services

πŸš€ Live Documentation

The documentation is automatically built and deployed to GitHub Pages at: https://resilience-tech.github.io/notes-aws/

πŸ› οΈ Local Development

To run the documentation locally:

# Install dependencies
pip install -r requirements.txt

# Serve locally
mkdocs serve

The site will be available at http://localhost:8000

πŸ“ Contributing

The documentation is organized into logical sections with consistent formatting:

  • Part 1: Fundamentals
  • Part 2: Intermediate concepts
  • Advanced: Professional-level topics
  • Internals: Deep technical details

Each section includes:

  • Comprehensive tables and comparisons
  • Code examples and CLI commands
  • Best practices and exam tips
  • Real-world scenarios and troubleshooting

🎯 Certification Focus

These notes are specifically structured for AWS certification preparation:

  • AWS Certified Solutions Architect
  • AWS Certified Developer
  • AWS Certified SysOps Administrator
  • AWS Certified Advanced Networking
  • AWS Certified Security

Last updated: September 2025