AWS Certified Database – Specialty — Question 263

A large financial services company uses Amazon ElastiCache for Redis for its new application that has a global user base. A database administrator must develop a caching solution that will be available across AWS Regions and include low-latency replication and failover capabilities for disaster recovery (DR). The company's security team requires the encryption of cross-Region data transfers.

Which solution meets these requirements with the LEAST amount of operational effort?

Answer options

Correct answer: B

Explanation

Amazon ElastiCache for Redis Global Datastore provides fully managed, secure, cross-Region replication with minimal latency, making Option B the solution with the least operational overhead. Utilizing AWS DMS to synchronize Redis clusters (Options A and C) introduces unnecessary complexity and is not a native or recommended approach for real-time Redis replication. Relying on cross-Region snapshot copies (Option D) fails to provide low-latency replication and results in high recovery times during a failover.