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

A global marketing company has applications that run in the ap-southeast-2 Region and the eu-west-1 Region. Applications that run in a VPC in eu-west-1 need to communicate securely with databases that run in a VPC in ap-southeast-2.

Which network design will meet these requirements?

Answer options

Correct answer: C

Explanation

Inter-Region VPC Peering does not support referencing security groups from a peered VPC in a different AWS Region, which means security group rules must instead reference the specific IP addresses or CIDR blocks of the peer resources. Option C correctly configures the VPC peering, updates the route tables, and uses IP addresses for the security group inbound rule. Options B and D are incorrect because they attempt to reference security group IDs across different regions, which is unsupported.