AWS Multi-Region Hosted Site

AWS Multi-Region Hosting Architecture Diagram

Platform Design Details

  • All AWS resources are managed and configured with Terraform code and fully automated. (See my GitHub repo for more details)
  • The primary site is hosted in US-East-1 with real-time data replication to the US-West-1 region.
  • All web traffic is fronted by a geo-load balanced CloudFront distribution endpoint.
  • Traffic is automatically routed to the secondary West region should the primary East region fail for any reason.
  • DNS and TLS/SSL certificates are automatically managed by AWS Route53 and ACM.