AWS Certified Solutions Architect – Associate (SAA-C03) — Question 264

A company plans to use Amazon ElastiCache for its multi-tier web application. A solutions architect creates a Cache VPC for the ElastiCache cluster and an App VPC for the application’s Amazon EC2 instances. Both VPCs are in the us-east-1 Region.

The solutions architect must implement a solution to provide the application’s EC2 instances with access to the ElastiCache cluster.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

VPC peering is the most cost-effective and high-performance solution for connecting two VPCs in the same region, as it does not require additional infrastructure charges like a Transit VPC or Transit Gateway. To secure the traffic, security groups must be referenced at the resource level (the ElastiCache cluster) rather than the peering connection itself. Therefore, establishing a peering connection and updating the ElastiCache security group to reference the application's security group is the correct approach.