Question 370:
Your company is hosting an application in AWS. The application is read-intensive and consists of a set of web servers and AWS RDS. It has been noticed that the response time of the application increases due to the load on the AWS RDS instance. Which of the following measures can be taken to scale the data tier? (SELECT TWO.)
Answer options:
A.Create Amazon DB Read Replicas. Configure the application layer to query the Read Replicas for query needs. B.Use Auto Scaling to scale out the database tier. C.Use SQS to cache the database queries. D.Use ElastiCache in front of your Amazon RDS DB to cache common queries.