Overview¶
Backend servers receive and process requests from the associated load balancer.
If the incoming traffic increases, you can add more backend servers to ensure the stability and reliability of applications and eliminate SPOFs. If the incoming traffic decreases, you can remove some backend servers to reduce costs.
If the load balancer is associated with an AS group, backend servers are automatically associated with or disassociated from the load balancer.
You can only add servers in the same VPC as the load balancer. For details, see Adding Backend Servers.
Precautions¶
It is recommended that you select backend servers running the same OS for easier management and maintenance.
The load balancer checks the health of each server added to the associated backend server group if you have configured health check for the backend server group. If a backend server responds normally, the load balancer will consider it healthy. If a backend server responds abnormally, the load balancer will periodically check its health until the backend server is considered healthy.
If a backend server is stopped or restarted, connections established with this server will be disconnected, and data being transmitted over these connections will be lost. To avoid this from happening, configure the retry function on the clients to prevent data loss.
If you enable sticky sessions, traffic to backend servers may be unbalanced. If this happens, disable sticky sessions and check the requests received by each backend server.
Constraints and Limitations¶
A maximum of 500 backend servers can be added to a backend server group.
Inbound security group rules must be configured to allow traffic over the port of each backend server and the health check port. For details, see Configuring Security Group and Firewall Rules.
Backend Server Weights¶
You need to set a weight for each backend server in a backend server group. The higher the weight, the more requests the backend server receives.
The weight ranges from 0 to 100. If you set the weight of a backend server to 0, new requests will not be routed to this server.
Three load balancing algorithms allow you to set weights to backend servers, as described in Table 1. For more information about load balancing algorithms, see Load Balancing Algorithms.
Load Balancing Algorithm | Weight Setting |
---|---|
Weighted round robin |
|
Weighted least connections |
|
Source IP hash |
|