
Explanation:
Amazon ElastiCache for Redis is an in-memory data store that can be used as a caching layer to offload read-heavy workloads from the primary database. By caching frequently accessed data in Redis, the application can serve requests faster without querying the database directly, improving overall performance.
Ultimate access to all questions.
No comments yet.
A social media company is experiencing high database load during peak times, resulting in slow response times for user interactions. The company wants to implement a caching solution to improve performance without modifying the application code. Which AWS service should they integrate?
A
Amazon RDS Read Replicas
B
Amazon ElastiCache for Redis
C
Amazon DynamoDB Accelerator (DAX)
D
Amazon RDS Proxy