Google
ASSOCIATE-CLOUD-ENGINEER · Question #17
You have an instance group that you want to load balance. You want the load balancer to terminate the client SSL session. The instance group is used to serve a public web application over HTTPS. You w
The correct answer is A. Configure an HTTP(S) load balancer.. According to this guide for setting up an HTTP (S) load balancer in GCP: The client SSL session terminates at the load balancer. Sessions between the load balancer and the instance can either be HTTPS (recommended) or HTTP.
Submitted by neha2k· Mar 30, 2026Deploying and implementing a cloud solution
Question
You have an instance group that you want to load balance. You want the load balancer to terminate the client SSL session. The instance group is used to serve a public web application over HTTPS. You want to follow Google-recommended practices. What should you do?
Options
- AConfigure an HTTP(S) load balancer.
- BConfigure an internal TCP load balancer.
- CConfigure an external SSL proxy load balancer.
- DConfigure an external TCP proxy load balancer.
How the community answered
(28 responses)- A71% (20)
- B18% (5)
- C4% (1)
- D7% (2)
Explanation
According to this guide for setting up an HTTP (S) load balancer in GCP: The client SSL session terminates at the load balancer. Sessions between the load balancer and the instance can either be HTTPS (recommended) or HTTP.
Topics
#HTTPS load balancer#SSL termination#load balancer types#public web application
Community Discussion
No community discussion yet for this question.