0

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

gippo
  • 39
  • 5

1 Answers1

2

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.

Marcin
  • 215,873
  • 14
  • 235
  • 294