-
Notifications
You must be signed in to change notification settings - Fork 341
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
ec2_spot_instance: add parameter to enable terminating spot instances when cancelling request #1402
ec2_spot_instance: add parameter to enable terminating spot instances when cancelling request #1402
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 08s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 39s |
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1418 🤖 @patchback |
… when cancelling request (#1402) ec2_spot_instance: add parameter to enable terminating spot instances when cancelling request SUMMARY This PR adds a new parameter terminate_instances (true | false) to enable terminating spot instances when cancelling request. Can be used only when state=absent. Fixes #1360 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_spot_instance ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Alina Buzachis Reviewed-by: Mark Chappell (cherry picked from commit aa86240)
… when cancelling request (#1402) (#1418) [PR #1402/aa86240d backport][stable-5] ec2_spot_instance: add parameter to enable terminating spot instances when cancelling request This is a backport of PR #1402 as merged into main (aa86240). SUMMARY This PR adds a new parameter terminate_instances (true | false) to enable terminating spot instances when cancelling request. Can be used only when state=absent. Fixes #1360 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_spot_instance ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
This PR adds a new parameter
terminate_instances (true | false)
to enable terminating spot instances when cancelling request.Can be used only when
state=absent
.Fixes #1360
ISSUE TYPE
COMPONENT NAME
ec2_spot_instance
ADDITIONAL INFORMATION