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

eb_deployer cool down configuration #109

Open
puneeth-k opened this issue Aug 11, 2020 · 0 comments
Open

eb_deployer cool down configuration #109

puneeth-k opened this issue Aug 11, 2020 · 0 comments

Comments

@puneeth-k
Copy link

Hi,

As per the eb_deployer inactive_settings configuration, Cool Down option will help to make the Auto Scaling Group setting changes for the DNS Caching.

inactive_settings:
# reduce instance count to 0 to save cost
- namespace: aws:autoscaling:asg
option_name: MinSize
value: "0"
- namespace: aws:autoscaling:asg
option_name: MaxSize
value: "0"
# make sure cooldown is big enough to cope with DNS cache
- namespace: aws:autoscaling:asg
option_name: Cooldown
value: "900"

As per the above setting, we have configured as 900 sec(15 mins), So once the environment changed to inactive it should wait for 15 mins and instances should terminate.

But, Its not working as the above behaviour, with in 60 sec instances are getting terminated.

Can you tell us the exact behaviour of Cooldown as how it works ? or Am I missing anything ?

Please suggest us to proceed further ?

Thanks
Puneeth

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