Infrastructure and operations
A domain that collects notes on building and running infrastructure.
For now the Practical AWS Guide is the only one here. Using a fictional task management SaaS as its subject, it starts from the VPC and stacks up Route 53, S3, ALB, ECS, RDS, and IAM in build order. It does not walk through creating an AWS account, but it does not assume the IAM permission model or VPC networking either — each chapter opens by explaining the concepts it needs.
| Guide | What it covers | Who it's for |
|---|---|---|
| Practical AWS Guide | Designing VPC, Route 53, S3, ALB, ECS, RDS, and IAM, with the Terraform implementation, in build order | Assumes web application development experience. No prior AWS, IAM, or VPC knowledge needed |
Topics planned for the future
- Containers — Docker, container orchestration
- CI/CD — deployment pipelines