-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
improvement: Make the cpu_credits
optional for workers launch template
#1030
improvement: Make the cpu_credits
optional for workers launch template
#1030
Conversation
356e88b
to
cae38a3
Compare
Thanks @gillg for opening this PR. I was wondering if setting the |
Hi @barryib I tried it but it's an invalid value for aws provider API. |
Ok. Good to know. I just added one comment for the coding style. Just resolves that and we're good to go ^^. |
Please rebase your branch to fix the CI. |
…on burstable families)
cae38a3
to
91c9823
Compare
Everything is ok ! |
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.
Thanks @gillg for your contribution.
cpu_credits
optional for workers launch template
…ate (terraform-aws-modules#1030) NOTES: `credit_specification` for worker groups launch template can now be set to `null` so that we can use non burstable EC2 families
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Description
If you choose non bustable families in your template (c5 for example...) and you no remove
credit_specification
section, ASG can't start any instance.Now you can set module
cpu_credits
option to null to made it fonctionnal.Checklist