-
Notifications
You must be signed in to change notification settings - Fork 336
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
[feature request] Allow requesting spot instance instead of an on-demand instance. #169
Comments
+1 |
This would be a great addition. The current AWS SDK for Javascript v2
|
+1 for this! |
Proposing to address this with #171. I have conducted few tests with an actual AWS account. |
If I look at the pull requests, Im a bit worried that this repo isnt maintained anymore? |
@tonyhutter u were the last to commit changes to this Repo. Maybe you can take a look at the proposed solution? |
the maintainer is looking for others who can take over the support and maintenance #172 i proposed to help, will do my best within limited scope, but we need more people 💯 . let's see what the decision will be. not many chime in so far though 😓 because nobody sees the announcement, it should be inserted to the readme header. |
It would be nice to be able to request a spot instance when it fits the use-case, to reduce cost.
I think it would be straightforward to add a conditional in
startEc2Instance
(or another function entirely) to callrequestSpotInstances
instead ofrunInstances
here.The text was updated successfully, but these errors were encountered: