A global media broadcasting company is designing hybrid connectivity between its primary on-premises processing center and Google Cloud. The architecture requires a continuous, private network connection with a minimum baseline bandwidth of 20 Gbps to support uncompressed video rendering workloads. Applications are distributed across two distinct Google Cloud projects: a networking project housing core connectivity and a workload project housing render nodes in a separate VPC network. The network team needs to allow workloads in the rendering VPC to communicate directly with on-premises storage arrays without exposing traffic to the public internet while maintaining administrative separation. Which network architecture design meets these requirements?
- AProvision a Dedicated Interconnect deployment with dual 10 Gbps VLAN attachments in the networking VPC, establish VPC Network Peering between the networking VPC and rendering VPC, and enable custom route export on the Cloud Router to forward on-premises traffic transitively.
- Provision a Shared VPC topology using the networking project as the Host Project and the rendering project as a Service Project, attaching Dedicated Interconnect VLAN attachments to the Host VPC to provide direct hybrid access to service project subnets.Answer
- CDeploy multiple HA VPN gateways with equal-cost multi-path (ECMP) routing between on-premises and the rendering VPC, while utilizing VPC Network Peering strictly for inter-VPC project communication.
- DEstablish VPC Network Peering between the networking VPC and rendering VPC, and deploy Cloud VPN gateways inside the peered VPC path with dynamic BGP routing to enable transit routing from on-premises.