An online gaming platform is designing a hybrid network architecture to connect its on-premises match-making datacenter to two separate Google Cloud VPC networks: `vpc-game-prod` (hosting game servers) and `vpc-analytics` (hosting telemetry pipelines). The architecture must meet the following technical requirements:
- Baseline hybrid bandwidth demand is 6 Gbps continuously with high SLA requirements (99.99% availability).
- Both VPC networks are connected to each other using VPC Network Peering.
- On-premises hosts must reach both `vpc-game-prod` and `vpc-analytics` directly without attempting to route traffic transitively through VPC Peering.
Which TWO architectural decisions must be implemented to fulfill these requirements? (Select TWO)
- Provision Dedicated Interconnect connections with separate VLAN attachments configured on Cloud Routers in both `vpc-game-prod` and `vpc-analytics`.Answer
- Provision four Dedicated Interconnect circuits deployed across two separate colocation facilities (metros) with redundant Cloud Routers in each region.Answer
- CConfigure static route exports in `vpc-game-prod` to relay on-premises traffic to `vpc-analytics` over the existing VPC Network Peering connection.
- DDeploy HA VPN gateways with four active IPsec tunnels to carry the 6 Gbps baseline traffic requirement to Google Cloud.
Answer
The correct architecture requires provisioning Dedicated Interconnect connections directly into both `vpc-game-prod` and `vpc-analytics` to handle non-transitive VPC Peering limits, and deploying four Dedicated Interconnect circuits across two metro locations to meet the 99.99% availability SLA.
To achieve 99.99% availability for hybrid connectivity with a 6 Gbps baseline requirement, GCP guidelines mandate deploying Dedicated Interconnect across two distinct metro locations with four total connections. Additionally, because VPC Network Peering is strictly non-transitive, hybrid connectivity must be provisioned with Cloud Routers and VLAN attachments in both VPC networks so on-premises traffic can directly access each VPC.
Step-by-Step Solution
Key Concept
Designing 99.99% SLA Dedicated Interconnect topologies and addressing VPC Network Peering non-transitivity.