Backend Server 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 the cost.
If the load balancer is associated with an AS group, instances are automatically added to or removed from the load balancer.
Different types of backend servers can be added to different types of backend server groups as described in Table 1.
Backend Server Group Type |
Backend Server Types |
---|---|
Hybrid |
NOTE:
When you create a hybrid backend server group, you must specify a VPC and associate the backend server group with a load balancer in this VPC. |
IP as a backend server |
IP addresses of cloud or on-premises servers
NOTE:
IP as a Backend must have been enabled for the load balancer. |
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 the backend server responds normally, the load balancer will consider it healthy. If the backend server does not respond normally, 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 the 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.
- You can adjust the number of backend servers associated with a load balancer at any time. You can also change the type of backend servers according to your service needs. To ensure service stability, ensure that the load balancer can perform health checks normally, and at least one backend server that is running properly has been added to the load balancer.
Notes and Constraints
- 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 health check port. For details, see Security Group and Network ACL Rules.
- If you select only network load balancing, a server cannot serve as both a backend server and a client.
Backend Server Weights
You need to set a weight for each backend server in a backend server group to receive requests. The higher the weight you have configured for a backend server, the more requests the backend server receives.
You can set an integer 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 shown in the following table. 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 |
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot