Skip to content

v36

Compare
Choose a tag to compare
@cppforlife cppforlife released this 03 Nov 19:21
· 962 commits to master since this release
  • Merge in PR 'spot ondemand fallback'

    Occasionally the AWS spot price will spike for a number of hours, causing the resurrection of BOSH deployed spot jobs to fail. The PR implements a simple but effective way to favor uptime over cost savings - have BOSH "fallback" to creating a regular on-demand instance when spot creation failed AND the spot_ondemand_fallback manifest property is set to true.