A global healthcare enterprise is implementing a multi-tenant Google Cloud architecture across multiple organization folders. Central security governance requires that all Compute Engine instances bound to sensitive workloads with the tag key-value pair environment=restricted are subjected to mandatory security rules that cannot be overridden or modified by local project administrators. Furthermore, these workloads must access Google Cloud APIs (such as BigQuery) without allowing authorized users or compromised instances to exfiltrate data to unauthorized GCP projects or external buckets. Which architectural approach satisfies these security and perimeter requirements while preventing administrative overrides?
- Define central Hierarchical Firewall Policies at the folder level configured with Secure Tags, and construct a VPC Service Controls perimeter around the restricted project with explicit Egress Rules authorizing restricted API destinations.Cevap
- BGrant IAM Owner primitive roles to central security administrators while attaching fine-grained IAM Conditions to service accounts to restrict dataset access, relying on IAM permissions to prevent external bucket data copies.
- CDefine standard VPC network firewall rules using legacy network tags in a central hub VPC, and route all restricted compute workload traffic through transitive VPC Network Peering connections to reach Google Cloud APIs.
- DDeploy Cloud NAT in each spoke VPC to obscure instance IP addresses, restrict egress via VPC network firewall rules, and grant primitive Editor roles to security teams for managing firewall rule priority across projects.
Cevap
The optimal solution is to define central Hierarchical Firewall Policies at the folder level enforced via Secure Tags, combined with a VPC Service Controls perimeter configured with explicit Egress Rules.
Hierarchical Firewall Policies enforce non-overridable security constraints from the folder level using Secure Tags, while VPC Service Controls isolate Google Cloud APIs inside a security perimeter to prevent data exfiltration.
Adım Adım Çözüm
Anahtar Kavram
Hierarchical Firewall Policies & VPC Service Controls Perimeter Security
Tahmini Süre:3m 0s