How should this application be redesigned to be scalable and allow for automatic failover at the lowest cost?

1 Comment

  1. Laura
    Author

    As I recall, the answer is:
    Use Amazon Route 53 latency-based routing to route to the nearest region with health checks. Host the website in Amazon S3 in each region and use Amazon API Gateway with AWS Lambda for the application layer. Use Amazon DynamoDB global tables as the data layer with Amazon DynamoDB Accelerator (DAX) for caching.

Leave a Reply

Your email address will not be published. Required fields are marked *

2 × one =