v63
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