An enterprise is designing a multi-region Google Cloud network topology for two workloads: a public-facing static web portal and a private internal microservices application using gRPC over HTTP/2. The network design must satisfy the following architectural constraints:
1. The public static web portal requires global SSL termination, edge content caching, and web application firewall protection.
2. The internal gRPC microservices must be accessible exclusively from on-premises systems over Dedicated Interconnect and from authorized internal VPC subnets, requiring layer 7 content-based routing and internal load balancing across multiple regions.
Which TWO network architectural components should be included in the design to meet these requirements?
- Global External Application Load Balancer configured with Cloud CDN and Cloud Armor security policies for the web portal backend.Answer
- Internal Application Load Balancer configured with proxy-only subnets in each targeted region to handle gRPC and HTTP/2 internal traffic.Answer
- CExternal Passthrough Network Load Balancer with Cloud CDN backend buckets enabled for the public static web portal.
- DInternal Passthrough Network Load Balancer configured with Cloud Armor security policies for filtering gRPC protocol traffic.