Elastic Load Balancing (ELB) automatically distributes incoming traffic across multiple backend servers based on the listening rules you configure. ELB expands the service capabilities of your applications and improves their availability by eliminating single points of failure (SPOFs).
ELB consists of the following components:
You can set a weight for each backend server based on their performance.
You can also configure health checks for a backend server group to check the health of each backend server. When a backend server is unhealthy, the load balancer stops routing new requests to this server.
ELB provides the following types of load balancers.
For details, see Differences Between Dedicated and Shared Load Balancers.
You can use either of the following methods to access ELB:
You can call APIs to access ELB. For details, see the Elastic Load Balancing API Reference.
In the eu-de region, you can create both dedicated and shared load balancers, and you can create either type of load balancers on the management console or by calling APIs.
In the eu-nl region, you can only create dedicated load balancers, either on the console or by calling APIs.