目标组使用哪种路由方法?(不包括从负载均衡器转移的目标组)

0

【以下的问题经过翻译处理】 我知道负载均衡器中的目标组路由方法使用轮询方法。 https://docs.aws.amazon.com/ko_kr/elasticloadbalancing/latest/application/load-balancer-target-groups.html#modify-routing-algorithm

在使用自动扩展时,我看到多个实例连接到一个目标组,并对其路由方法感到好奇。

当多个实例连接到一个目标组时,如何进行路由?

profile picture
ESPERTO
posta 5 mesi fa8 visualizzazioni
1 Risposta
0

【以下的回答经过翻译处理】 负载均衡算法决定了负载均衡器在路由请求时如何选择目标(同样适用于ASG后面的目标)。 取值为round_robin(轮询)或least_outstanding_requests(最少未完成请求)。

默认值是round_robin。 可以参考链接: https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html

profile picture
ESPERTO
con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande

Contenuto pertinente