An enterprise organization has established a hub-and-spoke network topology in Google Cloud using VPC Network Peering to connect a central Operations VPC (Hub) with two isolated workload environments: Production VPC (Spoke 1) and Staging VPC (Spoke 2). Virtual machines in both workload VPCs can successfully communicate with shared management utilities inside the Operations VPC. However, virtual machines in the Production VPC are unable to reach virtual machines in the Staging VPC. The architecture team mandates establishing direct, private internal IP connectivity between the Production VPC and Staging VPC while preserving sub-millisecond latency and avoiding public exposure or transit costs. Which architectural change should the Cloud Architect implement to satisfy this requirement?
- AConfigure custom route exchange on the existing VPC Network Peering connections to allow transit routing through the Operations VPC.
- Establish a direct VPC Network Peering connection between the Production VPC and the Staging VPC.Answer
- CDeploy HA VPN gateways between the workload VPCs and the Operations VPC, relying on Cloud Router dynamic route advertising over Dedicated Interconnect.
- DCreate a VPC Service Controls perimeter encompassing all three VPCs and configure ingress and egress rules to route traffic through the Hub.