From the course: Google Cloud Associate Cloud Engineer Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Questions breakdown

Questions breakdown

- All right, let's look at some questions now, related to this lesson. So our first question for this lesson is, you need to balance the load across instances in a managed instance group. The instances are hosting a public web application and you want the load balancer to terminate decline SSL connection. What should you do? Feel free to pause the video and think about the solution. So the right answer here is B, configure an external HTPS load balancer. Now, why is that? So it's telling us that we need to balance the load across instances. So that's pretty generic. Anyone would do that. But then it says, it's hosting a public web application. So we know it needs to be an external load balancer. It's public facing. And it says that we wanted load balancer to terminate the client SSL connection. So this is telling us two things. One, that it is a, that a proxy type load balancer is required 'cause it needs to terminate a connection. And two, that an SSL load balancer is required. And…

Contents