
Answer-first summary for fast verification
Answer: Create an HTTPS load balancer with URL Maps.
The correct answer is B: Create an HTTPS load balancer with URL Maps. Google Cloud HTTP(S) load balancers and Traffic Director use a configuration resource called a URL map to route HTTP(S) requests to backend services or backend buckets based on the rules configured in the URL map. This allows you to route requests to different destinations based on the URL path being requested, ensuring operational reliability and end-to-end in-transit encryption. An HTTPS load balancer can also provide SSL/TLS termination, enabling encrypted traffic end-to-end.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a Google Cloud Architect, you are tasked with designing a solution for a client's global web application. The client requires global load balancing that directs traffic based on the URL path being requested. Additionally, they mandate high operational reliability and end-to-end in-transit encryption according to Google Cloud's best practices. What should you do?
A
Create a cross-region load balancer with URL Maps.
B
Create an HTTPS load balancer with URL Maps.
C
Create appropriate instance groups and instances. Configure SSL proxy load balancing.
D
Create a global forwarding rule. Configure SSL proxy load balancing.