-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat : Do not use AWS CLI command #7
Conversation
aws/autoscaler/main.tf
Outdated
workers_group_defaults = { | ||
protect_from_scale_in = true | ||
suspended_processes = ['AZRebalance'] | ||
default_cooldown = 60 | ||
enabled_metrics = ['GroupMinSize', | ||
'GroupMaxSize', | ||
'GroupDesiredCapacity', | ||
'GroupInServiceInstances', | ||
'GroupPendingInstances', | ||
'GroupStandbyInstances', | ||
'GroupTerminatingInstances', | ||
'GroupTotalInstances'] | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where granularity \"1Minute\"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GiliFaroEnv0 did you test it? Doesn't look like the autoscaler module has a workers_group_defaults
attribute
I think it should be under aws/eks/main.tf
We'll have to look at a different approach - this one does not work |
Solve issue #5