An international media production studio is designing a hybrid network architecture on Google Cloud. The team connected their primary on-premises data center to a central Hub VPC network using Dedicated Interconnect. To isolate environments for separate project teams, they created standalone VPC networks for a Rendering workload and an Asset Storage workload, connecting both to the Hub VPC using VPC Network Peering. On-premises workstations must communicate directly with resources in both the Rendering and Asset Storage VPCs, but network testing shows traffic from on-premises cannot reach either peered VPC. How should you redesign the network architecture to enable full on-premises connectivity to all workloads while minimizing operational overhead?
- Migrate the cloud footprint to a Shared VPC architecture where a Host Project contains the Dedicated Interconnect and shares subnets with Service Projects hosting the Rendering and Asset Storage workloads.Answer
- BEnable custom route exchange on all existing VPC Network Peering connections between the Hub VPC and the spoke VPC networks.
- CReplace the Dedicated Interconnect with Classic Cloud VPN gateways deployed directly inside each individual spoke VPC network.
- DConfigure static routes in the Hub VPC specifying the Cloud Interconnect VLAN attachment as the next hop for the spoke VPC IP ranges.