An administrator is setting up a dedicated management VPC network (VPC-Mgmt) that requires direct, private IP connectivity to two separate application VPC networks (VPC-App1 and VPC-App2) in Google Cloud. The two application VPC networks do not need to communicate with each other. Which TWO configuration actions must be performed to establish this connectivity using VPC Network Peering?
- Establish a VPC Network Peering connection from VPC-Mgmt to VPC-App1 and a matching peering connection from VPC-App1 to VPC-Mgmt.Answer
- Establish a VPC Network Peering connection from VPC-Mgmt to VPC-App2 and a matching peering connection from VPC-App2 to VPC-Mgmt.Answer
- CCreate a single peering connection between VPC-App1 and VPC-App2 and rely on VPC-App1 to transitively route traffic to VPC-Mgmt.
- DProvision a Dedicated Interconnect circuit between VPC-App1 and VPC-App2 to bridge communication back to VPC-Mgmt.
- EConfigure VPC Service Control perimeters around VPC-Mgmt and VPC-App1 to enable internal network routing without creating peering connections.
Answer
To establish connectivity between VPC-Mgmt and both application VPCs, you must create a bidirectional peering pair between VPC-Mgmt and VPC-App1, and separately create a bidirectional peering pair between VPC-Mgmt and VPC-App2.
VPC Network Peering requires explicit peering configuration from both participating VPC networks. To connect VPC-Mgmt to VPC-App1 and VPC-App2, direct bidirectional peering connections must be created between VPC-Mgmt and VPC-App1, as well as between VPC-Mgmt and VPC-App2.
Step-by-Step Solution
Key Concept
VPC Network Peering Bidirectionality and Non-Transitivity