Skip to main content
Last updated on

Create a Load Balancer

Creating the Load Balancer is step one. Once it's up, add a Listener, Pool and Members so it can start receiving traffic.

Prerequisites
  • Backend VMs are already running the app on a known port (e.g. a web server on port 80).
  • The backend VMs are in the same Network where the Load Balancer will be created.
  • Security Groups allow the Load Balancer to reach the backends.

Steps

Step 1. Open the Load Balancer page

Click Load Balancer in the left menu and click + Create Load Balancer.

Load Balancer page with the Create button

Step 2. Configure the Load Balancer

FieldMeaning
Load Balancer nameMemorable name — include the role (lb-web-prod)
Description (optional)Note the purpose
Load Balancer typeResource plan (CPU/RAM) — pick based on expected traffic
Connection modePublic (has a public IP) or Private (internal only)
Advanced configuration (optional)Skip and configure after creation

Create Load Balancer form

Public vs Private connection mode

PublicPrivate
Has a public IP?
Receives Internet traffic
Use caseWebsite, public APIInternal microservice, tier-to-tier connectivity

Step 3. Create

Review the configuration and click Create Load Balancer. The Load Balancer appears in the list, ready for you to add a Listener and Pool.

Next steps