0 votes
in AWS by

I have developed an application using AWS services that have been deployed to multiple regions. How do I achieve the best Performance and Availability when users from different locations access my application?

1 Answer

0 votes
by

Answer: C.

Option A is incorrect.

Route 53 latency-based routing helps select a region that may be relatively faster for the user to send traffic to based on certain factors like internet traffic and proximity to the user's location.

However, the actual route to the destination does not involve providing a fast network path for optimum performance, which is the prime requirement for the scenario.

Latency based routing does not address Availability.

Option B is incorrect.

CloudFront improves performance for both cacheable content (e.g., images, videos) and dynamic content (e.g., API, dynamic site delivery) using edge locations.

Here we are talking about application performance & Availability with a highly reliable, performant network rather than bringing content closer to the user.

Related questions

0 votes
asked May 15 in AWS by DavidAnderson
0 votes
asked Apr 27 in AWS by DavidAnderson
...