irfan-aws-notes
irfan-aws-notes is a static site project designed to organize and share my accumulated AWS knowledge and resources. This includes notes taken during my AWS certification studies and practical CloudFormation (CF) templates that I've implemented for real AWS workload and production accounts. Accessible at aws-notes.irfanadziri.dev, it serves as a personal knowledge base for AWS configurations and deployment patterns.
Technology Stack
- Next.js: Static site generation with optimized performance.
- Markdown: All notes and templates are written in Markdown for simplicity and readability.
- AWS Service: Amplify for hosting and deployment.
- Cloudflare: CDN and DNS management for fast, reliable content delivery.
Note Structure
The notes are grouped into several core categories:
- Compute: EC2, Lambda.
- Storage: S3, RDS.
- Networking: VPC, NAT Gateway, Security Groups.
- Management and Governance: IAM, CloudFront, WAF.
Each category is designed to provide concise explanations of core concepts, architecture best practices, and deployment details to aid in faster project planning and architecture decision-making.
CF Template Highlights
The CloudFormation templates included cover various setups:
- VPC-Stackset: A basic VPC configuration with both public and private subnets.
- ELB-Stackset: Template for configuring Elastic Load Balancers.
- RDS-Stackset: Template for provisioning Amazon RDS instances.
- CloudFront-Stackset: Template for deploying CloudFront distributions.
Disclaimer: This site is a personal project meant for my own reference. While I strive to ensure accuracy, it reflects my learning curve and may not be fully optimized or up-to-date with the latest AWS features.