AWS Certified Database – Specialty — Question 141

A company hosts an internal file-sharing application running on Amazon EC2 instances in VPC_A. This application is backed by an Amazon ElastiCache cluster, which is in VPC_B and peered with VPC_A. The company migrates its application instances from VPC_A to VPC_B. Logs indicate that the file-sharing application no longer can connect to the ElastiCache cluster.
What should a database specialist do to resolve this issue?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding an inbound rule to the ElastiCache security group allows the EC2 instances to send traffic to the ElastiCache cluster. Options A and C do not address the inbound traffic requirement for ElastiCache, while option B incorrectly suggests removing the security group, which would not resolve the connectivity issue.