Lab Steps

lock
Signing In to the Google Cloud Console
lock
Defining an Instance Group for the Compute Engine Instances
lock
Allowing Traffic to the Compute Engine Instances
lock
Creating a Load Balancer for the Instance Group
lock
Testing the Functionality of the Load Balancer
Need help? Contact our support team

Here you can find the instructions for this specific Lab Step.

If you are ready for a real environment experience please start the Lab. Keep in mind that you'll need to start from the first step.

Introduction

In this lab step, you will test that the load balancer you configured correctly handles the internet traffic.

 

Instructions

1. Navigate to the load balancer dashboard and click on the load balancer you created in the previous step.

 

2. You will be displayed the information about the load balancer:

alt

 

3. Copy the IP address under the Frontend section:

alt

 

4. Paste the IP address in a new web browser page and you will reach the website hosted on both the instances:

alt

Note: Because the load balancer is responsible for handling the traffic, you don't know which is the instance that served your HTTP request.

Warning: If you reach a 404 error page, just wait up to 5 minutes to let the load balancer perform all the operations for associating with the backend service.

 

Summary

In this lab step, you tested that the load balancer you configured correctly handled the internet traffic.