Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A social media application with a frequently updated Amazon RDS database requires minimal latency for read requests. The current architecture is inefficient for rapid data updates. What solution should be implemented to enhance performance?
A
Implement Amazon DynamoDB Accelerator (DAX) as a caching layer for the RDS database.
B
Utilize Amazon S3 Transfer Acceleration to speed up data transfer to the application from the RDS database.
C
Deploy Amazon CloudFront as a caching layer for the RDS database.
D
Establish an Amazon ElastiCache for Redis cluster with a caching strategy in the application code.