Topic 1 Question 201
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?
Use Amazon ElastiCache for Memcached to offload read requests from the main database.
Replicate the data to Amazon DynamoDSet up a DynamoDB Accelerator (DAX) cluster.
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.
Use Amazon ElastiCache for Redis to offload read requests from the main database.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
When deciding between Memcached and Redis, here are a few questions to consider:
Is object caching your primary goal, for example to offload your database? If so, use Memcached.
👍 5kashtelyan2023/10/10 AAAAAAAAA
👍 2fordiscussionstwo2023/10/05- 正解だと思う選択肢: A
The correct answer is (A).
Amazon ElastiCache for Memcached is a scalable, multithreaded caching solution that can be used to offload heavy read traffic from Amazon RDS instances. ElastiCache for Memcached is easy to configure and manage, making it a low-effort solution to meet technical lead requirements.
👍 2Digo30sp2023/10/06
シャッフルモード