Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to change the Routing algorithm in the Load balancer's Target group #181

Open
s7dhansh opened this issue Sep 18, 2023 · 0 comments

Comments

@s7dhansh
Copy link
Contributor

https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#modify-routing-algorithm

The default I guess is 'Round Robin'. Since the ELB spins up a new server as required on heavy load, round-robin algo still keeps on giving the clients to the old server, which makes the old server unhealthy eventually.
The algo used should be 'least outstanding requests', but I am not sure how to do that programmatically through mup config. Any help will be highly appreciated @zodern !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant