A video broadcasting enterprise is migrating its core processing infrastructure to Google Cloud. The architecture requires a sustained hybrid connection throughput of between their primary on-premises render farm and a primary Google Cloud Virtual Private Cloud (“vpc-render”). The hybrid connection must meet Google Cloud's availability SLA guidelines. Additionally, on-premises systems must be able to reach an administrative database hosted in a separate VPC (“vpc-admin”). The team initially planned to use VPC Network Peering between “vpc-render” and “vpc-admin” so that on-premises traffic arriving at “vpc-render” could flow through to “vpc-admin”. Which architectural design should a Cloud Architect recommend to satisfy the SLA, throughput, and connectivity requirements?
- Provision Dedicated Interconnect with 10 Gbps circuits across two distinct metropolitan locations terminating on Cloud Routers in a Shared VPC host network, and attach both render and admin workloads as service projects under the host VPC.Cevap
- BProvision Dedicated Interconnect with dual 10 Gbps circuits across two distinct metropolitan locations, and configure VPC Network Peering between vpc-render and vpc-admin with custom route import and export enabled.
- CDeploy High Availability (HA) VPN gateways with multiple active-active IPSec tunnels over the public internet, and establish VPC Network Peering between vpc-render and vpc-admin.
- DDeploy Partner Interconnect with a single 10 Gbps Layer 2 connection into vpc-render, and configure HA VPN between vpc-render and vpc-admin over private IP space to allow transitive traffic.