From the course: AWS: High Availability

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating an application load balancer

Creating an application load balancer - Amazon Web Services (AWS) Tutorial

From the course: AWS: High Availability

Start my 1-month free trial

Creating an application load balancer

- [Instructor] Now that we have a target group set up, let's go ahead and configure an application load balancer to point to it. Let's quickly visualize what we're about to do. We already have WordPress instances contained in a target group. Now, let's set up an ALB to point to that target group. This way, when people hit the load balancer, traffic will be distributed evenly between the front-end WordPress instances. Let's dive into the AWS web console to get this done. From the EC2 dashboard, I scroll down, and click the load balancer's link in the left-hand nav. To get started, I click on the blue "Create Load Balancer" button near the top of the screen. Here, I have my choice of the type of load balancer I want to create. Since I want an ALB, I select the "Create" button under "Application Load Balancer". First, I need to name my load balancer. In this case, I'm going to call it WordPress. From a scheme standpoint,…

Contents