A global biotechnology enterprise is architecting a hybrid cloud solution on Google Cloud to ingest continuous high-throughput genomic sequencing datasets from its on-premises laboratories into Cloud Storage and BigQuery. The technical requirements demand a dedicated network throughput of at least with a high availability SLA across physical connection failures, along with protection against data exfiltration by authorized internal identities to external cloud storage locations. Which architectural solution satisfies these technical availability and security requirements?
- Provision redundant 100 Gbps Dedicated Interconnect circuits across two distinct metropolitan locations configured with Global Dynamic Routing, and establish a VPC Service Controls perimeter around the project resources.Answer
- BProvision multiple HA VPN tunnels with Equal-Cost Multi-Path (ECMP) routing across dual Cloud Routers, and apply granular IAM Storage Object Admin roles to enforce access control.
- CProvision redundant 100 Gbps Dedicated Interconnect circuits across two distinct metropolitan locations, and rely strictly on IAM roles and audit logging to restrict data movement to external storage endpoints.
- DProvision a single 100 Gbps Dedicated Interconnect circuit in one metropolitan location, and peer the ingress VPC with all analytical processing VPCs using VPC Network Peering for transitive hybrid routing.
Answer
Provision redundant 100 Gbps Dedicated Interconnect circuits across two distinct metropolitan locations configured with Global Dynamic Routing, and establish a VPC Service Controls perimeter around the project resources.
The correct choice fulfills both high availability network performance and security exfiltration requirements. Deploying 100 Gbps Dedicated Interconnect across two distinct metropolitan areas fulfills Google's 99.99% uptime architecture guidelines for high bandwidth (>25 Gbps). Encapsulating the environment with VPC Service Controls creates a security perimeter that blocks data egress to external Google Cloud resources, preventing exfiltration even by authenticated identities.
Step-by-Step Solution
Key Concept
99.99% HA Dedicated Interconnect Architecture and VPC Service Controls Exfiltration Protection
Estimated Time:2m 30s