其他分享
首页 > 其他分享> > [AWS - DA] Elastic Load Balancer

[AWS - DA] Elastic Load Balancer

作者:互联网

 

 

 

 

Load Balancer Stickiness

For Application Load Balancer, Stickness is at Target Group settings:

 

 

Connection Draining

Enabling connection draining feature in a load balancer makes sure that any back-end instances you have deregistered will complete requests in progress before the deregistration process starts. Also, if a back-end instance fails to keep up with the recommended health checks, then the load balancer does not send any new requests to the unhealthy instance. Although it will still allow existing requests to complete.

AWS ELB connection draining prevents breaking open network connections while taking an instance out of service, updating its software, or replacing it with a fresh instance that contains updated software.

标签:Load,load,AWS,balancer,instance,Balancer,stickiness
来源: https://www.cnblogs.com/Answer1215/p/14863010.html