bosh-aws-cpi/53
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit f23cc8f2
.
Release Notes¶
- Use EBS disks for ephemeral disk (
/var/vcap/data
) instead of instance storage- Very convenient when shutting down and starting up large number of machines directly in AWS
- Can opt-in to use instance storage via
ephemeral_disk.use_instance_storage=true
- Allow encryption of ephemeral disks via
ephemeral_disk.encrypted=true
property - Allow use of new volume types:
st1
andsc1
for ephemeral and persistent disks - Allow mixing of security group names and IDs and be very explicit when exactly one security group cannot be found
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-aws-cpi" version: "53" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=53" sha1: "3a5988bd2b6e951995fe030c75b07c5b922e2d59"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3a5988bd2b6e951995fe030c75b07c5b922e2d59 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=53"