AWS Certified SysOps Administrator – Associate (legacy) — Question 567

Two companies will be working on several development projects together. Each company has an AWS account with a single VPC in us-east-1. Two companies would like to access one another's development servers. The IPv4 CIDR blocks in the two VPCs does not overlap.
What can the SysOps Administrators for each company do to set up network routing?

Answer options

Correct answer: D

Explanation

VPC peering is the standard and most efficient method to connect two VPCs with non-overlapping CIDR blocks across different AWS accounts. Once the peering connection is requested and accepted, updating the route tables in both VPCs enables secure, private network communication. Other solutions like using NAT gateways, internet gateways, or AWS Direct Connect are either technically incorrect for this scenario or introduce unnecessary cost and complexity.