A biomedical research institute is migrating its data pipeline to Google Cloud. The architecture requires transferring sensitive genomic datasets from an on-premises data center to a Google Cloud VPC with a sustained throughput requirement of 8 Gbps. Regulatory compliance dictates that all traffic in transit must be protected by IPsec encryption. Standard Dedicated Interconnect traffic alone does not meet the encryption mandate, while standard Cloud VPN over the public internet cannot reliably guarantee the required bandwidth. Which hybrid connectivity architecture should the lead Cloud Architect implement to satisfy both the bandwidth and encryption requirements?
- Provision a Dedicated Interconnect connection, configure private interconnect VLAN attachments, and deploy Cloud HA VPN gateways using Private IP addresses over the Dedicated Interconnect circuit.Answer
- BDeploy multiple standard Cloud VPN gateways over the public internet and configure VPC Network Peering to transitively route traffic across peer VPC networks to aggregate bandwidth.
- CDeploy a single HA VPN gateway over the public internet with four active tunnels, relying on Cloud Router to automatically scale IPsec encryption throughput to 10 Gbps per tunnel.
- DEstablish a Dedicated Interconnect connection and configure VPC Service Controls perimeter bridges to natively enforce IPsec encryption across the physical Interconnect wire.
Answer
Provision a Dedicated Interconnect connection, configure private interconnect VLAN attachments, and deploy Cloud HA VPN gateways using Private IP addresses over the Dedicated Interconnect circuit.
The correct option correctly identifies HA VPN over Dedicated Interconnect (also known as HA VPN over Private IP). This architecture provisions high-bandwidth Dedicated Interconnect circuits and establishes Cloud HA VPN tunnels over the private interconnect VLAN attachments. This combination yields multi-gigabit throughput while guaranteeing full IPsec encryption in transit to satisfy strict compliance requirements.
Step-by-Step Solution
Key Concept
HA VPN over Dedicated Interconnect (Private IP HA VPN)