ALB Least Outstanding Request routing

0

how the application load balancer using the least outstanding request routing determines the target with the lowest number of in progress requests?

Javier
已提问 2 个月前147 查看次数
2 回答
0

Hello.

I checked the following document, but it did not mention the algorithm for determining the target.
I think that the details of the function itself are managed by AWS, so there is no description of how the target is determined.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#modify-routing-algorithm

This is just my guess, but I think they are tracking requests in some way.

profile picture
专家
已回答 2 个月前
0

As per my understanding, ALB knows how many BackEnd registered with it, and when it sends traffic to BE , it keeps count of number of requests in progress to each BE, and determine which one has least inflight requests and choose that for next request.

已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则