
Ultimate access to all questions.
An application is currently using an encrypted Amazon RDS for MySQL DB instance to store personal health information (PHI). The developer aims to enhance the application's performance by implementing a caching mechanism for frequently accessed data. Additionally, the developer wants to include functionality to sort or rank the cached datasets. Given the requirement that the PHI must remain encrypted at all times, what is the optimal approach to achieve these goals?
A
Migrate the frequently accessed data to DynamoDB Accelerator (DAX) that has encryption enabled for data in transit and at rest
B
Migrate the frequently accessed data to an EC2 Instance Store that has encryption enabled for data in transit and at rest
C
Store the frequently accessed data in an Amazon ElastiCache for Redis instance with encryption enabled for data in transit and at rest
D
Store the frequently accessed data in an Amazon ElastiCache for Memcached instance with encryption enabled for data in transit and at rest