ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 16 - DVA-C02 discussion

Report
Export

A company is using Amazon RDS as the Backend database for its application. After a recent marketing campaign, a surge of read requests to the database increased the latency of data retrieval from the database.

The company has decided to implement a caching layer in front of the database. The cached content must be encrypted and must be highly available.

Which solution will meet these requirements?

A.
Amazon Cloudfront
Answers
A.
Amazon Cloudfront
B.
Amazon ElastiCache to Memcached
Answers
B.
Amazon ElastiCache to Memcached
C.
Amazon ElastiCache for Redis in cluster mode
Answers
C.
Amazon ElastiCache for Redis in cluster mode
D.
Amazon DynamoDB Accelerate (DAX)
Answers
D.
Amazon DynamoDB Accelerate (DAX)
Suggested answer: C

Explanation:

This solution meets the requirements because it provides a caching layer that can store and retrieve encrypted data from multiple nodes. Amazon ElastiCache for Redis supports encryption at rest and in transit, and can scale horizontally to increase the cache capacity and availability. Amazon ElastiCache for Memcached does not support encryption, Amazon CloudFront is a content delivery network that is not suitable for caching database queries, and Amazon DynamoDB Accelerator (DAX) is a caching service that only works with DynamoDB tables.

Reference: [Amazon ElastiCache for Redis Features], [Choosing a Cluster Engine]

asked 16/09/2024
Paul Beugelsdijk
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first