A company wants to securely connect multiple VPCs in the same region to a common on-premises network using a single Direct Connect connection. Which AWS service should they use to simplify the network architecture?
Direct Connect Gateway enables multiple VPCs to use a single Direct Connect connection.
Why this answer
A Direct Connect Gateway allows you to associate multiple VPCs (in the same or different AWS regions) with a single AWS Direct Connect connection, enabling connectivity to a common on-premises network. This simplifies the architecture by eliminating the need for multiple virtual interfaces or separate Direct Connect connections per VPC. The Direct Connect Gateway acts as a hub that routes traffic between the on-premises network and all associated VPCs via a single private virtual interface (VIF).
Exam trap
The trap here is that candidates often confuse Transit Gateway with Direct Connect Gateway, assuming Transit Gateway alone can aggregate multiple VPCs under a single Direct Connect connection, but Transit Gateway requires a Direct Connect Gateway to terminate the Direct Connect virtual interface, making Direct Connect Gateway the correct answer for simplifying the architecture with a single connection.
How to eliminate wrong answers
Option A is wrong because a Virtual Private Gateway (VGW) is a per-VPC attachment point for VPN or Direct Connect; it cannot be shared across multiple VPCs, so using it would require separate Direct Connect connections or complex routing. Option C is wrong because VPC Peering provides direct connectivity between two VPCs but does not extend to on-premises networks, nor does it support a single Direct Connect connection to multiple VPCs. Option D is wrong because Transit Gateway is a network transit hub that can connect VPCs and on-premises networks, but it does not natively aggregate multiple VPCs under a single Direct Connect connection; you would still need a Direct Connect Gateway to attach the Direct Connect virtual interface to the Transit Gateway, making it an additional component rather than the simplifying service.