-
Notifications
You must be signed in to change notification settings - Fork 810
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
remove AWS auto-scaler code #1379
Labels
Milestone
Comments
+1 we don't use it, so I'd say go for it. |
I agree to get rid of it. I just spun up my first AWS cortex deployment, and figuring out autoscaling took the most amount of time. Having just one way to do it would be much appreciated. |
+1 for removal. Once we switched to the metrics based autoscaling, I've never looked back. The AWS based one is really good at scaling your bill up though :) |
bboreham
changed the title
RFC: remove AWS auto-scaler code
remove AWS auto-scaler code
Jan 19, 2020
tomwilkie
pushed a commit
to gouthamve/cortex
that referenced
this issue
Mar 28, 2020
We still support metrics based autoscaling. Fixes cortexproject#1379 Signed-off-by: Goutham Veeramachaneni <[email protected]>
gouthamve
added a commit
that referenced
this issue
Mar 30, 2020
* Remove AWS based autoscaler code We still support metrics based autoscaling. Fixes #1379 Signed-off-by: Goutham Veeramachaneni <[email protected]> * Remove unused function. Signed-off-by: Tom Wilkie <[email protected]> * Remove unused vendor code. Signed-off-by: Tom Wilkie <[email protected]> * Fix bad rebase. Signed-off-by: Tom Wilkie <[email protected]> Co-authored-by: Tom Wilkie <[email protected]>
cyriltovena
pushed a commit
to cyriltovena/loki
that referenced
this issue
Jun 11, 2021
* Remove AWS based autoscaler code We still support metrics based autoscaling. Fixes cortexproject/cortex#1379 Signed-off-by: Goutham Veeramachaneni <[email protected]> * Remove unused function. Signed-off-by: Tom Wilkie <[email protected]> * Remove unused vendor code. Signed-off-by: Tom Wilkie <[email protected]> * Fix bad rebase. Signed-off-by: Tom Wilkie <[email protected]> Co-authored-by: Tom Wilkie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have two ways to auto-scale DynamoDB - using AWS' facility and using Cortex "metrics-based" code.
As described at #735 the AWS version never worked satisfactorily for Weaveworks.
This issue is to gather feedback for removing support for AWS autoscaling, thus simplifying the codebase. Most of the implementation is in one file.
Not much would change for end-users who are not using the feature. Most of the flags were re-used for metrics-based scaling.
The text was updated successfully, but these errors were encountered: