Skip to content
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

Utilizing spot instances #13

Open
connolly opened this issue Dec 13, 2019 · 3 comments
Open

Utilizing spot instances #13

connolly opened this issue Dec 13, 2019 · 3 comments

Comments

@connolly
Copy link
Member

Can we utilize or price spot instances so that the likelihood of being evicted is low?

@stevenstetzler
Copy link
Member

Kind of. There are two variables that factor in to a spot instance getting interrupted: price and capacity (see here). We can set our maximum payment price to be quite high so that we won't ever get interrupted if the price for spot instances of a certain types increases. However, we have no control over the capacity constraints of AWS. If someone decides to rent out an entire region, we can't do anything to have the spot instances not be interrupted.

@stevenstetzler
Copy link
Member

But there's no technical barrier to prevent this tool from using spot instances instead of on-demand instances.

@mjuric
Copy link
Member

mjuric commented Dec 17, 2019

Let's make that the next feature to add to the automatic (and our deployment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants