An enterprise financial organization is designing hybrid connectivity between its primary on-premises data center and Google Cloud. The architecture requires a sustained throughput of 15 Gbps with an availability SLA of 99.99%. Additionally, on-premises systems must seamlessly reach application workloads distributed across multiple business units without encountering routing limitations between networks. Which hybrid networking architecture meets these requirements on Google Cloud?
- Provision a 99.99% High Availability Dedicated Interconnect topology using four VLAN attachments across two metropolitan locations, and deploy a Shared VPC architecture where host and service projects share the Interconnect paths.Answer
- BProvision multiple High Availability (HA) Cloud VPN tunnels configured with BGP dynamic routing and Equal-Cost Multi-Path (ECMP) to achieve 15 Gbps aggregate throughput, connected to a central Hub VPC network.
- CEstablish a 99.99% HA Dedicated Interconnect topology into a central Hub VPC network, and utilize VPC Network Peering to transitively route traffic from on-premises through the Hub VPC to spoke VPC networks.
- DDeploy a 99.99% HA Partner Interconnect connection using a single service provider with static routing configured on Cloud Routers across two regional VPC networks.
Answer
Provision a 99.99% High Availability Dedicated Interconnect topology using four VLAN attachments across two metropolitan locations, and deploy a Shared VPC architecture where host and service projects share the Interconnect paths.
To support 15 Gbps of sustained hybrid traffic with a 99.99% availability SLA, Google Cloud requires Dedicated Interconnect deployed across two metropolitan locations with four total VLAN attachments (two per metro). To allow on-premises systems to reach workloads across multiple business units without hitting VPC Network Peering's non-transitivity limit, deploying a Shared VPC topology is required so service project workloads natively share host VPC network paths.
Step-by-Step Solution
Key Concept
Designing 99.99% SLA Dedicated Interconnect and Shared VPC to bypass VPC Peering transitivity limits