ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

281 / 474

Question 281:

You are currently developing an application that consists of a web layer hosted on an EC2 Instance. This is interacting with the database layer using the AWS RDS Instance. You are noticing that the same query reads are causing performance issues. Which of the following can be used to alleviate this issue?

Answer options:

A.Place an ELB in front of the web layer.
B.Place an ELB in front of the database layer.
C.Place an ElastiCache in front of the database layer.
D.Place an ElastiCache in front of the web layer.