An enterprise online gaming company is connecting its primary on-premises data center to a Google Cloud Virtual Private Cloud (VPC) to stream real-time multiplayer state telemetry. The solution must guarantee a 99.99% service level agreement (SLA) for physical connectivity, provide dynamic BGP route exchange, and enforce end-to-end IPsec encryption over private IP space for high-throughput traffic exceeding 5 Gbps. Which TWO configurations must you implement to achieve this architecture according to Google Cloud best practices?
- Provision four Dedicated Interconnect connections across two distinct metropolitan areas (two connections in separate Edge Availability Domains per metro) paired with Cloud Routers in two GCP regions to establish the 99.99% availability baseline.Cevap
- Deploy HA VPN gateways configured with private IP addresses (HA VPN over Cloud Interconnect) over the Interconnect VLAN attachments to encrypt traffic in transit.Cevap
- CDeploy a single HA VPN gateway pair with public IP interfaces over the public internet and configure static routing to achieve the 99.99% SLA requirement.
- DConfigure VPC Network Peering directly between the on-premises router and the GCP VPC to allow transitive BGP route propagation without deploying Cloud Routers.
- EEstablish VPC Service Controls security perimeters across the Interconnect VLAN attachments to automatically encrypt physical link payloads without IPsec tunnels.
Cevap
To meet the requirements, you must provision four Dedicated Interconnect connections deployed across two metros and two Edge Availability Domains per metro with Cloud Routers to meet the 99.99% SLA topology requirement, and deploy HA VPN gateways using private IP addressing (HA VPN over Cloud Interconnect) over the VLAN attachments to provide end-to-end IPsec encryption.
Achieving a 99.99% SLA for Dedicated Interconnect requires four total interconnect connections split evenly across two distinct metros and two Edge Availability Domains per metro, terminating on Cloud Routers in separate regions. Additionally, enforcing IPsec encryption over this private connection requires deploying HA VPN over Cloud Interconnect using private IP addressing for the VPN gateways.
Adım Adım Çözüm
Anahtar Kavram
Configuring 99.99% SLA Dedicated Interconnect topology combined with HA VPN over Cloud Interconnect using private IPs for encrypted hybrid connectivity.