List of questions
Related questions
Question 134 - DVA-C02 discussion
A company has an application that stores data in Amazon RDS instances. The application periodically experiences surges of high traffic that cause performance problems.
During periods of peak traffic, a developer notices a reduction in query speed in all database queries.
The team's technical lead determines that a multi-threaded and scalable caching solution should be used to offload the heavy read traffic. The solution needs to improve performance.
Which solution will meet these requirements with the LEAST complexity?
A.
Use Amazon ElastiCache for Memcached to offload read requests from the main database.
B.
Replicate the data to Amazon DynamoDB. Set up a DynamoDB Accelerator (DAX) cluster.
C.
Configure the Amazon RDS instances to use Multi-AZ deployment with one standby instance. Offload read requests from the main database to the standby instance.
D.
Use Amazon ElastiCache for Redis to offload read requests from the main database.
Your answer:
0 comments
Sorted by
Leave a comment first