-
Notifications
You must be signed in to change notification settings - Fork 343
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
Persistent spot instances need stopping ability #61
Comments
Hello, any news on this? |
@Raboy: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this issue with this template: |
Thank you for the feature request. We would actually prefer to see a feature like that in |
@Raboy This issue is waiting for your response. Please respond or the issue will be closed. |
@jillr is this something we plan to implement in the new spot module? |
@Raboy You have not responded to information requests in this issue so we will assume it no longer affects you. If you are still interested in this, please create a new issue with the requested information. |
…ns#61) Clarified documentation surrounding using security_groups for any VPC other than Default.
…ns#61) Clarified documentation surrounding using security_groups for any VPC other than Default.
…ns#61) Clarified documentation surrounding using security_groups for any VPC other than Default.
…ns#61) Clarified documentation surrounding using security_groups for any VPC other than Default. This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@25b9661
Hi, I want to be able to stop spot instances like I can do via AWS CLI, AWS SDKs, AWS CloudFormation, AWS Lambda.
This is described here:
https://aws.amazon.com/about-aws/whats-new/2017/09/amazon-ec2-spot-can-now-stop-and-start-your-spot-instances/
And I believe the following needs to be updated:
amazon.aws/plugins/modules/ec2.py
Line 1208 in 629b890
I'm talking about ec2 module specifically instance_initiated_shutdown_behavior: "terminate" should accept value "stop" for spot instances
https://docs.ansible.com/ansible/latest/modules/ec2_module.html#parameter-instance_initiated_shutdown_behavior
The text was updated successfully, but these errors were encountered: