About This Architecture
Multi-AZ three-tier web application on AWS with CloudFront CDN, WAF, and Route 53 distributing traffic across two availability zones. Application tier runs Auto Scaling Groups of EC2 t3.medium instances behind Application Load Balancers in each AZ, while the data tier uses RDS PostgreSQL with primary-replica replication for read scaling and failover. CloudWatch monitors EC2 instances, S3 stores static assets, and NAT Gateways enable outbound connectivity from private subnets. Fork this diagram to customize instance types, subnet ranges, or add additional services like ElastiCache or SQS for your production workload.