-
Notifications
You must be signed in to change notification settings - Fork 18
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
Use aws_launch_template instead of launch configuration? #11
Comments
Will wait for |
Tested this as part of 0.12-refactoring (code is currently in my stash). Ran into a number of bugs with Also, for loops within template directives |
Any updates on this now that 0.12 is merged? |
The terraform resource seemed very buggy when I last attempted to use it so I have not given it another try yet unfortunately. Is there a particular feature you are looking for that requires launch templates? |
Yes, I would like to use the unlimited CPU credit setting which is only available with launch templates. In general, they're also just nicer to use and copy around if necessary. I've been using them for a while now in other modules and have not seen any issues. |
Great to hear @evanstachowiak; seems like launch templates is where AWS wants us to go, so I think it would be great to make the switch if it finally works well in Terraform now 👍 |
The new
t3
instances launch with unlimited mode being enabled by default, and there is no way to disable it using launch configurations. It seems one needs to use aws_launch_template to have control over the setting. Launch templates are as far as I can gather the "new launch configuration".The text was updated successfully, but these errors were encountered: