Skip to content

bosh-aws-cpi/36

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit 8ca918c7.

Release Notes

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.

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-aws-cpi"
  version: "36"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=36"
  sha1: "db2a6c6cdd5ff9f77bf083e10118fa72e1f5e181"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 db2a6c6cdd5ff9f77bf083e10118fa72e1f5e181 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=36"

Jobs

Packages