A global online brokerage firm is designing its hybrid network topology to connect two primary on-premises data centers (located in Chicago and London) to Google Cloud. The architecture requires a sustained throughput of 15 Gbps per location with a 99.99% availability Service Level Agreement (SLA). Additionally, on-premises systems in Chicago must be able to reach GCP resources deployed in the Europe region (europe-west2) via the GCP backbone if the direct London link experiences a physical fiber disruption, without requiring custom overlay tunnels or virtual network appliances. Which network architecture should the Principal Cloud Architect recommend to meet these performance, redundancy, and routing requirements?
- Provision two 10 Gbps Dedicated Interconnect connections at separate edge availability domains in both us-central1 and europe-west2, configure a single Shared VPC with Global Dynamic Routing enabled, and establish BGP sessions on Cloud Routers in both regions.Answer
- BDeploy six HA VPN tunnels per region grouped with equal-cost multi-path (ECMP) routing to aggregate bandwidth to 18 Gbps, and configure Cloud Routers with Regional Dynamic Routing in separate VPC networks for us-central1 and europe-west2.
- CEstablish Dedicated Interconnect connections in us-central1 and europe-west2 into separate standalone VPC networks for each region, and set up VPC Network Peering between the us-central1 VPC and europe-west2 VPC to route on-premises Chicago traffic across the peering connection.
- DProvision Dedicated Interconnect connections in us-central1 for 15 Gbps throughput, deploy HA VPN gateways in europe-west2 for cost optimization, and peer the two regional VPC networks together using custom route exchanges.
Answer
Provision two 10 Gbps Dedicated Interconnect connections at separate edge availability domains in both us-central1 and europe-west2, configure a single Shared VPC with Global Dynamic Routing enabled, and establish BGP sessions on Cloud Routers in both regions.
Dedicated Interconnect is required for bandwidth exceeding 3 Gbps per tunnel and for achieving a 99.99% SLA using redundant circuits across two metropolitan edge availability domains per region. Utilizing a single Shared VPC (or global VPC) with Global Dynamic Routing enables BGP route propagation across regions over GCP's private fiber backbone, allowing traffic from the Chicago data center to reach europe-west2 resources if the local London connection drops, without hitting non-transitive VPC Peering limits.
Step-by-Step Solution
Key Concept
Hybrid Connectivity Selection & Global Dynamic Routing Transitivity