You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives me an error that i need to set at least one of the values. If i then set max_size to 1, it is also used as desired_capacity, which results in 1 instance staying up.
So it doesn't matter if i use "0" or 0 (without quotes), it's always "empty".
The text was updated successfully, but these errors were encountered:
Nothing to apologise for at all :) Just wanted to make you aware of the issue already being tracked so that you don't feel your issue is being over looked 👍
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use a AutoScaling Schedule to shut down a couple of instances during the night, but setting
gives me an error that i need to set at least one of the values. If i then set max_size to 1, it is also used as desired_capacity, which results in 1 instance staying up.
So it doesn't matter if i use "0" or 0 (without quotes), it's always "empty".
The text was updated successfully, but these errors were encountered: