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

Enable spot instances for CI again #107

Open
fatz opened this issue Mar 26, 2020 · 0 comments
Open

Enable spot instances for CI again #107

fatz opened this issue Mar 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fatz
Copy link
Contributor

fatz commented Mar 26, 2020

Currently our CI is just using a single zone to get spot requests. It seems that the spot capacity is pretty low for m5.xlarge so our instances get killed pretty quickly.

There are some solutions to this problem we could consider.

  1. Spot Block - this is the most obvious solution so we block the spot request for a given time frame. In our case one hour would be enough
  2. Spot Fleet - with spot fleet we will use a broader set of availability zones and instance types that fullfill our requirements to avoid using AZ and instance type with low capacity

for now we deactivate spot instances with 9b45cc8

D2iQ Jira Ref: D2IQ-66089

@fatz fatz added the bug Something isn't working label Mar 26, 2020
@fatz fatz self-assigned this Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant