shinobistack / waymond

Autoscale Anything Anywhere All at once! :eyes:
https://shinobistack.github.io/waymond
Apache License 2.0
17 stars 3 forks source link

scaler: add AWS EC2 Autoscaling group based scaler #4

Closed scriptnull closed 1 year ago

scriptnull commented 1 year ago

type should be aws_ec2_asg

We will focus on already created AWS ec2 autoscaling groups to start with.

The input data would look something like this

{
  "asg_name": "aws-on-demand-{SOMETHING}",
  "desired_count": 10
}