Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: 5ecfde3ece94
Choose a base ref
...
head repository: NixOS/nixops
compare: efcca12017ac
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

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
  2. Merge pull request #1102 from PsyanticY/support_persistant_spot

    ec2: support persistent spot instances
    AmineChikhaoui committed Apr 22, 2019
    Copy the full SHA
    efcca12 View commit details
    Browse the repository at this point in the history