AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A media company is running a web application in AWS that retrieves data from a relational database. The application experiences high latency during peak hours due to frequent database reads. What is the most cost-effective way to improve the application's read performance?
Enable read replicas for the database to offload read traffic.
Implement Amazon ElastiCache with Redis to cache frequently accessed data.
Use a content delivery network to cache database responses at edge locations.
Increase the size of the database instance to improve performance.