Skip to content

v63

Compare
Choose a tag to compare
@cppforlife cppforlife released this 15 Apr 02:07
· 650 commits to master since this release

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 to elbs)
  • 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
  • Automatically retry InternalServer error