bosh-aws-cpi/63
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit d3d406a8
.
Release Notes¶
Known Issues:
- VM creation fails on old AWS accounts that still support AWS Classic. Will be fixed in 64+. Following error may be shown:
Aws::EC2::Errors::InvalidParameterCombination You must specify an allocation id when mapping an address to a VPC instance
Updates:
- Updated to AWS SDK v2
- Adds
albs
support (similar toelbs
) - Adds ability to encrypt root disks with latest AWS stemcells (3363.15)
- Use
bosh2 repack-stemcell ..in.tgz ..out.tgz --cloud-properties '{"encrypted":true, "kms_key_arn":"..."}'
before importing stemcell
- Use
- Automatically retry InternalServer error
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-aws-cpi" version: "63" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=63" sha1: "239fc7797d280f140fc03009fb39060107ff0ee1"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 239fc7797d280f140fc03009fb39060107ff0ee1 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=63"