ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

377 / 500

Question 377:

Your company is hosting an application in AWS. The application consists of a set of web servers and AWS RDS. The application is a read intensive application. 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 an Amazon DB Read Replica. Configure the application layer to query the Read Replica for the read operations.
B.Use Auto Scaling to scale out and scale in 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.