AWS
Coming Soon
This section is not written yet. The nav entry exists so the structure is in place — content is planned, not delivered.
Planned Coverage
- EC2 — instances, security groups, load balancers
- S3 — buckets, presigned URLs, static hosting, lifecycle policies
- Lambda — handlers, cold starts, the connection-per-invocation problem
- RDS — managed Postgres, read replicas, backups
- IAM — roles, policies, least privilege
- CloudFront, Route 53, and the deploy pipeline
Until Then
Several AWS-relevant topics are already covered elsewhere:
- Vercel — the serverless model, cold starts, and the database-connection-per-invocation problem apply directly to Lambda
- CI/CD Fundamentals — pipeline design, secrets, deployment strategies, rollback
- Render — Docker builds, health checks, graceful shutdown; the same practices apply to ECS and Elastic Beanstalk
- Vercel: Deploy Next.js — the presigned-URL upload pattern, which is an S3 pattern
Reference: