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: provide a way to mention the aws region info for `aws_ec2_asg` #24

Closed scriptnull closed 1 year ago

scriptnull commented 1 year ago

Right now, if we are using aws_ec2_asg, we are forced to set the AWS_REGION environment variable when we may want to create an ASG if the desired ASG is absent and allow_create is set to true.

We may want to introduce a new parameter called region for aws_ec2_asg scaler. So that we can have multiple aws_ec2_asg belonging to different AWS regions.