A pharmaceutical enterprise is establishing hybrid connectivity between its primary on-premises facility and Google Cloud to support an analytics pipeline. The connectivity model must support a sustained transfer rate of 8 Gbps with a guaranteed 99.99% availability SLA. Furthermore, on-premises systems must be able to reach workloads located in a specialized application VPC through a central transit VPC where the hybrid link terminates. Which network architecture should the cloud architect implement to meet these requirements?
- Provision Dedicated Interconnect with redundant VLAN attachments configured across two separate edge availability domains in the same metropolitan area, and establish HA VPN tunnels between the transit VPC and application VPC to enable transitive connectivity from on-premises.Answer
- BProvision HA VPN with four active-active IPSec tunnels between on-premises and the transit VPC, and configure VPC Network Peering between the transit VPC and application VPC to route on-premises traffic.
- CProvision Dedicated Interconnect with redundant VLAN attachments to the transit VPC, and configure VPC Network Peering between the transit VPC and application VPC with custom route exchange enabled to route on-premises traffic.
- DProvision Partner Interconnect with a single 10 Gbps VLAN attachment to the transit VPC, and establish VPC Network Peering between the transit VPC and application VPC.
Answer
Provision Dedicated Interconnect with redundant VLAN attachments configured across two separate edge availability domains, and establish HA VPN tunnels between the transit VPC and application VPC to enable transitive connectivity from on-premises.
Dedicated Interconnect provides the necessary capacity for an 8 Gbps sustained pipeline and, when configured with redundant attachments across edge availability domains, satisfies the 99.99% SLA. Additionally, because VPC Network Peering does not allow transitive routing, establishing HA VPN between the transit VPC and the application VPC allows on-premises traffic to route successfully through the transit VPC to the target application workloads.
Step-by-Step Solution
Key Concept
GCP Hybrid Connectivity SLA and VPC Peering Transitivity Constraints