Sahil Dere — I build and break things on AWS to understand how production infrastructure really works. This site itself is deployed the same way: EC2, nginx, and a domain pointed straight at it.
This exact site — provisioned on EC2, served with nginx, DNS managed via Route 53, deployed manually and then via a PowerShell/Bash script.
Designed a VPC with public/private subnets, a NAT gateway, and security groups isolating a web tier, app tier, and RDS database tier.
A scheduled script that snapshots an EC2 volume and ships logs to S3, triggered by CloudWatch Events on a daily cron.