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

Capacity plans should return recommended autoscaling policies #14

Open
jolynch opened this issue Jun 30, 2021 · 1 comment
Open

Capacity plans should return recommended autoscaling policies #14

jolynch opened this issue Jun 30, 2021 · 1 comment

Comments

@jolynch
Copy link
Contributor

jolynch commented Jun 30, 2021

Right now we just make a recommendation like "12 m5d.2xlarge" but for software that can autoscale (stateless java apps, elasticsearch etc ...) it would be nice if we could return a hint of the autoscaling policy.

Step 1: Define how we will represent a scaling policy (e.g. how to represent various metrics like CPU utilization etc ...)
Step 2: Make the models return them

@jolynch
Copy link
Contributor Author

jolynch commented Sep 19, 2021

I think we can just return an interval for the count and just do something simple like 4x in either direction with reasonable clamps (min 2, max based on cost (nothing more than 100k))

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