An enterprise automotive company is designing the high-availability cloud architecture on Google Cloud for its connected vehicle telemetry ingestion service. The system must meet three critical technical requirements: establish private hybrid connectivity between their primary data center and Google Cloud with guaranteed throughput exceeding 10 Gbps; auto-scale compute workloads based on incoming message queue backlog rather than CPU metrics; and enforce data exfiltration protections to prevent authorized administrators from copying ingested telemetry files to external Cloud Storage buckets outside the enterprise boundary. Which architecture recommendation satisfies all technical and availability requirements?
- Provision Dedicated Interconnect for hybrid connectivity, configure compute auto-scaling based on Cloud Pub/Sub unacknowledged message count metrics, and configure VPC Service Controls perimeter boundaries around Cloud Storage resources.Cevap
- BProvision active-active HA Cloud VPN tunnels for hybrid connectivity, configure compute auto-scaling based on Cloud Pub/Sub unacknowledged message count metrics, and configure VPC Service Controls perimeter boundaries around Cloud Storage resources.
- CProvision Dedicated Interconnect for hybrid connectivity, configure compute auto-scaling based on target average CPU utilization exceeding 80%, and configure VPC Service Controls perimeter boundaries around Cloud Storage resources.
- DProvision Dedicated Interconnect for hybrid connectivity, configure compute auto-scaling based on Cloud Pub/Sub unacknowledged message count metrics, and rely exclusively on fine-grained IAM Storage Object Viewer roles without VPC Service Controls.
Cevap
Provision Dedicated Interconnect for high-throughput hybrid connectivity, utilize queue backlog metrics (Cloud Pub/Sub unacknowledged message count) for scaling I/O-bound consumers, and enforce VPC Service Controls to prevent data exfiltration beyond security perimeters.
The combination of Dedicated Interconnect, queue-depth-based autoscaling via Cloud Pub/Sub metrics, and VPC Service Controls fulfills all throughput, availability, and security requirements. Dedicated Interconnect provides native 10 Gbps/100 Gbps dedicated pipes; Pub/Sub unacknowledged message count accurately triggers scaling for queue processing workloads; and VPC Service Controls isolates storage resources within a network perimeter to prevent exfiltration to external projects.
Adım Adım Çözüm
Anahtar Kavram
Designing high-availability hybrid architectures balancing network throughput, workload-appropriate autoscaling metrics, and perimeter security controls.