What can be done to minimize the impact on database read queries MOST efficiently during future traffic spikes?

Last Updated on September 24, 2021 by Admin 3

A company has a multi-tiered web application on AWS. During a recent spike in traffic, one of the primary relational databases on Amazon RDS could not serve all the traffic. Some read queries for repeatedly accessed items failed, so users received error messages.

What can be done to minimize the impact on database read queries MOST efficiently during future traffic spikes?

  • Use Amazon S3 to cache database query results.
  • Use Amazon RDS as a custom origin for Amazon CloudFront.
  • Use local storage and memory on Amazon EC2 instances to cache data.
  • Use Amazon ElastiCache in front of the primary database to cache data.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments