You are deploying a Global External Application Load Balancer to serve HTTPS traffic for a web application. You have already created a Google-managed SSL certificate and a URL map for your domain. Which action must you perform next to finish configuring the load balancer frontend?
- Create a target HTTPS proxy that references both the URL map and the SSL certificate, and create a global forwarding rule targeting the proxy on port 443.Answer
- BAttach the SSL certificate directly to the backend service configuration and update the backend instance group health check to use HTTPS.
- CEnable the Cloud KMS API in the consumer project and grant the Compute Engine Service Agent permission to decrypt the managed certificate.
- DConfigure an ingress VPC firewall rule with the SSL certificate metadata tag to allow encrypted traffic into the backend subnets.
Answer
Create a target HTTPS proxy that references both the URL map and the SSL certificate, and create a global forwarding rule targeting the proxy on port 443.
For a Global External Application Load Balancer, HTTPS termination requires associating the SSL certificate and the URL map with a Target HTTPS Proxy. Then, a global forwarding rule must be created to route incoming traffic on port 443 to that Target HTTPS Proxy.
Step-by-Step Solution
Key Concept
Global External Application Load Balancer Frontend Component Architecture
Estimated Time:1m 30s