gippo
gippo

Reputation: 39

AWS Target group has two instances , how does ALB selects which one to go?

I was wondering if a target group has two instances, how does load balancer selects between two instances ? is it randomly selected?

Upvotes: 0

Views: 586

Answers (1)

Marcin
Marcin

Reputation: 238727

This is explain in docs:

By default, the round robin routing algorithm is used to route requests at the target group level.

You can change that, as written in the docs.

Upvotes: 2

Related Questions