First real AWS
For early-stage startups
You've been running on a single EC2 instance and a Heroku knockoff. You just closed a round, hired your second engineer, and production is held together with SSH sessions and hope. You need real infrastructure before you scale a bug into an incident.
What that usually includes
- Terraform foundations — VPCs, ECS, Aurora, ALB, Route 53, Secrets Manager — structured so your next hire can read it
- Staging and production that are actually isolated — separate accounts, separate state, no shared credentials
- GitHub Actions deploys you don't have to babysit
- Documentation written for the engineer who joins six months from now