An autonomous vehicle engineering company is migrating its real-time telemetry processing platform to Google Cloud. The infrastructure design requires hybrid network connectivity between their primary on-premises processing facility and a central Hub VPC in Google Cloud, which is connected to separate Spoke VPCs for analytics and long-term storage. The architecture must satisfy two core requirements:
1. Sustained throughput of with direct, low-latency private connectivity between the on-premises data center and Google Cloud.
2. Workloads in the Spoke VPCs must be able to reach on-premises endpoints and communicate with each other through the Hub VPC without establishing direct VPC Network Peering links between individual spokes.
Which TWO architectural decisions must be implemented to fulfill these requirements? (Select TWO)
- Provision a Dedicated Interconnect connection pair with VLAN attachments associated with Cloud Routers in the Hub VPC using BGP for dynamic route propagation.Answer
- BDeploy a High Availability (HA) VPN gateway cluster with multiple parallel IPsec tunnels using Equal-Cost Multi-Path (ECMP) routing to aggregate bandwidth up to .
- Utilize Network Connectivity Center (NCC) with Cloud Router hybrid spokes to manage transit routing through the Hub VPC, overcoming standard VPC Peering non-transitivity.Answer
- DConfigure standard VPC Network Peering between the Hub VPC and each Spoke VPC to allow Spoke workloads to transitively reach on-premises networks through the Hub VPC's gateway.