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

Allow preemptible workers on AWS via spot instances #202

Merged
merged 1 commit into from
May 2, 2018

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Apr 29, 2018

  • Add worker_price to allow worker spot instances. Defaults to empty string for the worker autoscaling group to use regular on-demand instances.
  • Add spot_price to internal workers module for spot worker pools
  • Note: Unlike GCP preemptible workers, spot instances require you to pick a bid price.

@dghubble dghubble changed the title Allow spot instance workers nodes on AWS Allow preemptible workers on AWS via spot instances Apr 29, 2018
* Add `worker_price` to allow worker spot instances. Defaults
to empty string for the worker autoscaling group to use regular
on-demand instances.
* Add `spot_price` to internal `workers` module for spot worker
pools
* Note: Unlike GCP `preemptible` workers, spot instances require
you to pick a bid price.
@dghubble dghubble merged commit cc29530 into master May 2, 2018
@dghubble dghubble deleted the aws-preemptible branch May 7, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant