A global digital publishing enterprise is designing a hybrid network architecture to connect its on-premises content repository to a Google Cloud Virtual Private Cloud (VPC). The architecture requires dedicated bandwidth of 20 Gbps, dynamic BGP routing, and a 99.99% availability SLA. Additionally, on-premises hosts must securely reach Google APIs without traversing the public internet. Which TWO architectural recommendations should the cloud architect make to meet these requirements?
- Provision Dedicated Interconnect connections across two separate Google Cloud edge availability domains (metropolitan areas) using Cloud Routers for dynamic BGP routing.Answer
- Configure Private Google Access for on-premises hosts by advertising Google API IP ranges (such as 199.36.90.4/30 or 199.36.90.8/30) over BGP via Cloud Router.Answer
- CDeploy HA VPN gateways with multiple aggregated IPsec tunnels over public internet links to satisfy the 20 Gbps throughput and 99.99% SLA requirements.
- DEstablish VPC Network Peering directly between the on-premises network routers and the Google Cloud VPC to provide transitive routing to Google APIs.
Answer
To meet the 20 Gbps bandwidth requirement with a 99.99% availability SLA and secure access to Google APIs, the architect must provision Dedicated Interconnect connections across two distinct edge availability domains using Cloud Routers with BGP, and configure Private Google Access for on-premises hosts by advertising Google API VIP ranges via Cloud Router.
The solution requires Dedicated Interconnect spanning two Google Cloud edge availability domains (metropolitan areas) to support 20 Gbps sustained throughput while satisfying GCP's structural prerequisites for a 99.99% SLA. In addition, enabling Private Google Access for on-premises hosts via Cloud Router BGP custom route advertisements allows on-premises systems to communicate with Google services over private Interconnect links without traversing public internet routes.
Step-by-Step Solution
Key Concept
Designing 99.99% SLA High-Availability Dedicated Interconnect and Private Google Access for On-Premises
Estimated Time:2m 0s