A healthcare provider is extending its primary on-premises data center to Google Cloud to run high-throughput data analytics on patient records. The hybrid connection requires a predictable bandwidth of at least 8 Gbps with low latency. Additionally, a third-party diagnostics partner operating in a separate VPC is connected to the provider's central hub VPC via VPC Network Peering and needs access to the on-premises database servers. Which network architecture should a Cloud Architect design to satisfy these requirements?
- Provision a 10 Gbps Dedicated Interconnect connection between the on-premises data center and the central hub VPC, and configure a Dedicated Interconnect or VPN transit setup for the partner VPC because VPC Network Peering does not support transitive routing to on-premises networks.Answer
- BProvision a 10 Gbps Dedicated Interconnect connection between the on-premises data center and the central hub VPC, and rely on the existing VPC Network Peering connection to route partner VPC traffic directly to the on-premises data center.
- CDeploy three HA VPN tunnels combined using ECMP with Cloud Router to meet the 8 Gbps bandwidth requirement, and allow partner traffic to traverse the hub VPC to on-premises over the VPC Network Peering link.
- DConfigure Carrier Peering to achieve 8 Gbps throughput across public IP space, and add static custom routes to the central hub VPC to enable transitive routing for the partner VPC.
Answer
Provision a 10 Gbps Dedicated Interconnect connection for the required throughput and establish a dedicated transit connection for the partner VPC because VPC Network Peering is non-transitive.
Dedicated Interconnect is required to support bandwidth demands of 8 Gbps with low latency. Furthermore, because GCP VPC Network Peering does not support transitive routing, resources in a peered VPC cannot route through the hub VPC's Cloud Router/Interconnect to reach an on-premises network unless explicit transit architecture (such as Network Connectivity Center or dedicated gateway connections) is deployed.
Step-by-Step Solution
Key Concept
Hybrid network design requires choosing Dedicated Interconnect for bandwidth > 3 Gbps and accounting for the non-transitive behavior of VPC Network Peering.