bosh-aws-cpi/49
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit 710a2717
.
Release Notes¶
[Note: Default value for aws.max_retries
is currently set to 2. We will be issuing v50 shortly to bump it to 10.]
Improvements:
- Switch to using AWS SDK retry mechanism for rate limit errors
- aws.max_retries
property allows changing number of retries to make
- Added aws.connection_options.ca_cert
property to specify custom CA certs
- Fixes spot instance creation on dynamic networks
- Fixes IAM instance profile support for spot instances
Dev: - Updated Ruby to 2.2.4 - Removed several unnecessary gem dependencies
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-aws-cpi" version: "49" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=49" sha1: "0de0d121a93c5b23c64f59bf18f4f1d75422ce29"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 0de0d121a93c5b23c64f59bf18f4f1d75422ce29 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=49"