An enterprise is configuring its Google Cloud network topology to support multi-region workloads with strict security and network connectivity constraints. Workload instances deployed in private subnets must access Google Cloud APIs securely without requiring external IP addresses, and potential data exfiltration to external Cloud Storage buckets must be blocked using perimeter-level security controls rather than user IAM permissions alone. Furthermore, the architecture utilizes a hub-and-spoke topology across multiple VPC networks where direct communication between spoke VPCs is required. Which TWO network topology and configuration choices must the cloud architect implement to satisfy these requirements?
- Enable Private Google Access on all internal subnets and configure a VPC Service Controls perimeter encompassing the workload projects to restrict API access boundaries.Cevap
- Establish direct VPC Network Peering connections between any pair of spoke VPCs that require inter-spoke communication, rather than attempting to route traffic through the hub VPC.Cevap
- CConfigure default routes in spoke VPCs to forward inter-spoke traffic through existing hub VPC Peering connections, expecting the hub VPC to transitively forward packets to destination spokes.
- DRely strictly on fine-grained IAM primitive and predefined storage roles to prevent compromised compute instances from copying sensitive objects to external Cloud Storage buckets.
- EDeploy HA VPN tunnels with static routing as the primary connectivity solution for workloads requiring sustained 20 Gbps low-latency inter-VPC and hybrid interconnectivity.
Cevap
The cloud architect must enable Private Google Access with VPC Service Controls for API routing and data exfiltration defense, and establish direct VPC Network Peering between spoke VPCs due to non-transitive VPC Peering rules.
Enabling Private Google Access on subnets permits private instances to reach Google services natively. Layering VPC Service Controls creates a security perimeter that prevents authorized credentials from exfiltrating data to external storage resources. Furthermore, because GCP VPC Network Peering is non-transitive, direct VPC Peering between spoke networks is necessary to enable communication between spokes.
Adım Adım Çözüm
Anahtar Kavram
VPC Network Peering Non-Transitivity and Private Access Perimeter Security
Tahmini Süre:2m 30s