A company is migrating its on-premises data center to AWS. The network team needs to establish connectivity between the on-premises network and multiple VPCs in a single AWS Region. The company has a Direct Connect connection and wants to minimize latency and cost while maximizing bandwidth utilization. Which solution meets these requirements?
Trap 1: Provision a separate Direct Connect virtual interface for each VPC.
Multiple virtual interfaces increase cost and complexity.
Trap 2: Create a VPN connection over the Direct Connect link to each VPC.
VPN over Direct Connect is not a standard design and adds overhead.
Trap 3: Use VPC peering between the on-premises network and each VPC.
VPC peering does not support on-premises connectivity.
- A
Provision a separate Direct Connect virtual interface for each VPC.
Why wrong: Multiple virtual interfaces increase cost and complexity.
- B
Create a VPN connection over the Direct Connect link to each VPC.
Why wrong: VPN over Direct Connect is not a standard design and adds overhead.
- C
Use VPC peering between the on-premises network and each VPC.
Why wrong: VPC peering does not support on-premises connectivity.
- D
Use a Direct Connect gateway and associate it with the VPCs.
A Direct Connect gateway allows multiple VPCs to share the same Direct Connect connection.