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?

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ