Question 294:
You are developing an application that consists of the following architecture. · A set of EC2 Instances hosting a web layer · A database hosting a MySQL instance You need to add a layer that can be used to ensure that the most frequently accessed data from the database is fetched in a more fast and efficient manner from the database. Which of the following can be used to accomplish this requirement?
Answer options:
A.An SQS queue to store the frequently accessed data B.An SNS topic to store the frequently accessed data C.A Cloudfront distribution to store the frequently accessed data D.A Elasticache instance to store the frequently accessed data