Skip to main content

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.

GuideWhat it coversWho it's for
Practical AWS GuideDesigning VPC, Route 53, S3, ALB, ECS, RDS, and IAM, with the Terraform implementation, in build orderAssumes 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