首页 > 其他 > 详细

[AWS - DA] Elastic Load Balancer

时间:2021-06-09 09:41:56      阅读:36      评论:0      收藏:0      [点我收藏+]

技术分享图片

  • "warm-up" for LB to boot faster
  • 503 error for capacity or not registered target

 

技术分享图片

  • Support HTTP redirects to HTTPS at ALB level

技术分享图片

  • ALB works with ECS

技术分享图片

 

技术分享图片

技术分享图片

 

技术分享图片

  • NLB has one static IP per AZ
  • Extreme performance TCP, UDP traffic

技术分享图片

技术分享图片

 

Load Balancer Stickiness

  • It is possible to implement stickiness so that the same clinet is always redirected to the same instance behind a load balancer.
  • This works for Classic Load Balancers & Application Load Balacners
  • The "Cookie" used for stickiness has an expiration date you control
  • Use Case: make sure the user doesn‘t lose his session data
  • Eanbling stickiness may bring imbalance to the load over the backend EC2 instances

技术分享图片

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.

技术分享图片

[AWS - DA] Elastic Load Balancer

原文:https://www.cnblogs.com/Answer1215/p/14863010.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!