An automotive telemetry company ingests real-time vehicle diagnostics through an application running on Google Cloud and stores aggregated analytics inside BigQuery. The architecture team must enforce strict perimeter security to satisfy two mandatory requirements:
1. Incoming HTTP(S) traffic from public vehicles must be inspected and filtered at the network edge against Layer 7 web application attacks and SQL injection attempts.
2. Internal service accounts and authorized developers must be restricted from copying or exfiltrating sensitive BigQuery datasets to unauthorized external Cloud Storage buckets, even if they hold valid IAM read permissions.
Which TWO security controls should you implement to meet these requirements?
- Configure a Google Cloud Armor security policy containing preconfigured WAF rules and attach it to the backend service of the Global External HTTP(S) Load Balancer.Cevap
- Create a VPC Service Controls service perimeter surrounding the project hosting BigQuery and configure restricted Google API access to block unauthorized data exfiltration.Cevap
- CRely exclusively on fine-grained IAM roles and Cloud Audit Logs on BigQuery datasets to restrict and monitor unauthorized dataset export commands.
- DEstablish VPC Network Peering between your internal VPC and external partner networks to filter and transitively route data egress traffic through a centralized firewall.
Cevap
Implement a Google Cloud Armor security policy attached to the Global External HTTP(S) Load Balancer backend service, and define a VPC Service Controls perimeter enclosing the BigQuery project.
Combining Google Cloud Armor at the HTTP(S) load balancer edge with a VPC Service Controls perimeter around sensitive BigQuery workloads provides defense-in-depth: Cloud Armor mitigates web application attacks and SQL injections from incoming public traffic, while VPC Service Controls establishes a isolation boundary that blocks unauthorized data transfers to external Cloud Storage buckets, even by identities with valid IAM roles.
Adım Adım Çözüm
Anahtar Kavram
Perimeter defense combining Cloud Armor for Layer 7 edge security and VPC Service Controls for data exfiltration prevention