AWS Certified Database – Specialty — Question 167

A financial services company is developing a shared data service that supports different applications from throughout the company. A Database Specialist designed a solution to leverage Amazon ElastiCache for Redis with cluster mode enabled to enhance performance and scalability. The cluster is configured to listen on port 6379.
Which combination of steps should the Database Specialist take to secure the cache data and protect it from unauthorized access? (Choose three.)

Answer options

Correct answer: A, C, F

Explanation

The correct answer includes enabling encryption (A) to protect data both in transit and at rest, configuring the security group to only allow trusted traffic (C), and using an auth token for access control (F). Options B and D do not directly contribute to securing the cache data, while option E is less relevant as it focuses on the client security group rather than the cluster itself.