Question 221:
You have the following architecture deployed in AWS. a) A set of EC2 Instances which sit behind an ELB b) A database hosted in Amazon RDS Of late, the performance on the database has been slacking due to a high number of read requests. Which of the following can be added to the architecture to alleviate the performance issue? (Select TWO.)
Answer options:
A.Add read replica to the primary database to offload read traffic. B.Use ElastiCache in front of the database. C.Use AWS CloudFront in front of the database. D.Use Amazon DynamoDB to offload all the reads. Populate the common read items in a separate table.