github hashicorp/packer-plugin-amazon v1.2.4

latest releases: v1.3.3, v1.3.2, v1.3.1...
17 months ago

Note

As part of the fixes related to the regression from 1.2.3, when one changes the value of the associate_public_ip_address, the plugin will attempt to get the default VPC for the account that runs the build, should none be specified. To do so, we use the DescribeVpcs API endpoint, which may cause builds to fail because of a missing permission: ec2:DescribeVpcs.
We are actively working on a fix for this, so the default behaviour in case the permission is missing will not make builds fail, but instead show a warning regarding the associate_public_ip_address being ignored, as was silently the case before version 1.2.3.
In the meantime, you may either specify a subnet/VPC, or remove the associate_public_ip_address from your configuration if you encounter this error.

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

Full Changelog: v1.2.3...v1.2.4

Don't miss a new packer-plugin-amazon release

NewReleases is sending notifications on new releases.