
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
A company is experiencing high database load during peak traffic times, causing slow response times for their customer-facing application. They need to improve read performance without modifying the application code. Which strategy should they implement?
A company is experiencing high database load during peak traffic times, causing slow response times for their customer-facing application. They need to improve read performance without modifying the application code. Which strategy should they implement?
Other
Explanation:
Amazon ElastiCache is a web service that provides a managed in-memory data store to improve application performance by caching frequently accessed data. By deploying an ElastiCache cluster for Redis, the company can cache frequently accessed data, reducing the load on their database and improving read performance without modifying the application code.