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

Support persistent spot #1102

Merged
merged 2 commits into from Apr 22, 2019
Merged

Commits on Apr 20, 2019

  1. Support persistent spot requests

    This means when the instance gets interrupted, the request is still
    valid, and if the termination behaviour is set to "stop", the instance
    will start automatically when the request get fulfilled again by AWS.
    
    There's no way to achieve this with Boto2, so I changed the call that
    create the spot request to Boto3. I did some refactoring, so the same
    call is used when creating both On demand and spot instances.
    benhamad authored and PsyanticY committed Apr 20, 2019
    Copy the full SHA
    19ba91a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Copy the full SHA
    28eef04 View commit details
    Browse the repository at this point in the history