-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for spot instances #5
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
Conversation
awesome, im new to the module work for this product, given that the resources differ between a on-demand and spot instance (ec2 vs aws_spot_instance_request), im not sure if this approach will work. please correct me if im wrong. |
hello, what is the status of the MR? Can it be merged or does it need more rework? |
There are still the same actions to do as listed in the description. |
please support spot instance !!! |
Awesome! |
was this abandoned? |
@FernandoMiguel It is not entirely abandoned but there are still issues which should be resolved by somebody before merge. |
Thanks. |
When can this feature be merged? It's almost over half a year and think will be super useful to implement it as a part of the module |
+1 on this one... We should build a new module then... Maybe fork the https://github.com/johnypony3/terraform-aws-ec2-spot-instance and use it on this official ORG with some small changes? |
Hello! Any news about that MR? |
At the very least, this PR should be updated/rebased to be compatible with Terraform 0.12/0.13+. If anyone wants to finish it, you are welcome! |
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. |
Follow up to #4
To-do:
variables.tf
, so that by default this module created on-demand instances (as before)wait_for_fulfillment
)@johnypony3 Can you fix these?