
Answer-first summary for fast verification
Answer: Configure an HTTP(S) load balancer.
The correct answer is A, configure an HTTP(S) load balancer. Google recommends using an HTTP(S) load balancer to terminate SSL sessions for public web applications. This is because the client SSL session terminates at the load balancer, ensuring secure communication. The other options are not suitable, as an internal TCP load balancer is meant for internal applications, an external SSL proxy load balancer does not terminate the SSL session but passes it to the backend, and an external TCP proxy load balancer is used for non-HTTP traffic and does not terminate SSL sessions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Consider you have an instance group configured to serve a public web application accessible over HTTPS. Your objective is to load balance incoming traffic and have the load balancer handle the termination of client SSL sessions. To achieve this, you need to follow best practices recommended by Google Cloud. What steps should you take?
A
Configure an HTTP(S) load balancer.
B
Configure an internal TCP load balancer.
C
Configure an external SSL proxy load balancer.
D
Configure an external TCP proxy load balancer.
No comments yet.