A university research institute needs to establish hybrid network connectivity between its primary on-premises facility and a Google Cloud Virtual Private Cloud (VPC) network. The institute is not located in a Google Cloud Interconnect colocation facility and requires a private network connection providing 4 Gbps of bandwidth that does not traverse the public internet. Additionally, the hybrid connectivity architecture must strictly satisfy Google Cloud's 99.99% availability SLA. Which network deployment strategy should the Cloud Architect implement to meet these requirements?
- Provision a Partner Interconnect connection with redundant VLAN attachments deployed across two distinct service provider edge availability domains, using Cloud Router to establish dynamic BGP routing.Answer
- BProvision a single 10 Gbps Dedicated Interconnect circuit connected directly to a Cloud Router within the target GCP region.
- CProvision an HA Cloud VPN gateway with two active IPsec tunnels configured with Cloud Router for dynamic routing over public internet links.
- DConfigure VPC Network Peering directly between the on-premises edge router and the Google Cloud VPC network.
Answer
Provisioning a Partner Interconnect connection with redundant VLAN attachments across two distinct edge availability domains, routed dynamically using Cloud Router, fulfills all requirements for private non-internet bandwidth, missing colocation presence, and 99.99% SLA availability.
The correct choice utilizes Partner Interconnect, which is explicitly designed for enterprise hybrid connections when the on-premises facility is not co-located at a Google Cloud Interconnect location. By ordering capacities from a supported service provider, selecting a total bandwidth of 4 Gbps, and deploying redundant VLAN attachments in two separate Edge Availability Domains with Cloud Router, the organization achieves private network isolation and satisfies Google Cloud's 99.99% SLA guidelines.
Step-by-Step Solution
Key Concept
Selecting and configuring Google Cloud Partner Interconnect for 99.99% HA topology without direct facility co-location.