An enterprise financial organization is migrating mission-critical systems to Google Cloud. The solution requires a hybrid connectivity architecture between their primary on-premises data center and a multi-region Google Cloud VPC network. The design must satisfy three mandatory requirements:
1. Maintain a SLA-backed availability SLA of 99.99% for hybrid connectivity.
2. Ensure all data in transit across the hybrid connection is encrypted using IPsec.
3. Provide sustained aggregate encrypted throughput exceeding 20 Gbps.
How should the Principal Cloud Architect design and provision this hybrid connectivity architecture to satisfy all requirements?
- Provision a 99.99% HA Dedicated Interconnect deployment across two distinct metropolitan locations with four total VLAN attachments, and configure HA VPN over Private IP across the interconnect attachments with multiple scaled IPsec tunnels.Answer
- BProvision multiple multi-region HA VPN gateways operating directly over public internet connections with eight active IPsec tunnels managed by regional Cloud Routers.
- CDeploy a 99.99% HA Dedicated Interconnect topology terminating in a central Hub VPC, relying on VPC Network Peering to transit unencrypted on-premises traffic to multiple spoke VPCs.
- DProvision a 99.99% HA Partner Interconnect topology and configure VPC Service Controls perimeter policies on the interconnect subnets to handle layer 3 payload IPsec encryption.
Answer
Deploy a 99.99% HA Dedicated Interconnect architecture across two metropolitan locations with four VLAN attachments, and establish HA VPN over Private IP across those attachments.
To achieve a 99.99% availability SLA on Google Cloud hybrid connectivity alongside IPsec transit encryption and >20 Gbps throughput, the architecture must combine 99.99% HA Dedicated Interconnect (4 VLAN attachments across 2 metros and 2 regions) with HA VPN over Private IP. This setup uses Dedicated Interconnect links to transport IPsec-encrypted private traffic while delivering high availability and deterministic performance.
Step-by-Step Solution
Key Concept
HA VPN over Dedicated Interconnect (Private IP IPsec Encryption with 99.99% SLA Topology)