You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling skip_create_ami in the in amazon-ebs builder unnecessarily prevalidates the AMI name. This is an annoyance for development since I have to delete an existing AMI for a build that will not create/replace the AMI.
Expected Behavior
Enabling skip_create_ami should skip the AMI name prevalidation similar to the force_deregister and skip_save_build_region options.
Plugin and Packer version
Packer v1.9.2
amazon plugin : 1.2.6
Use Case(s)
Development builds in Packer
Workaround
Enable force_deregister which forces the prevalidation to be skipped, however this comes at the expense of deregistering the existing AMI at the end ☹️
The text was updated successfully, but these errors were encountered:
Description
Enabling skip_create_ami in the in amazon-ebs builder unnecessarily prevalidates the AMI name. This is an annoyance for development since I have to delete an existing AMI for a build that will not create/replace the AMI.
Expected Behavior
Enabling skip_create_ami should skip the AMI name prevalidation similar to the force_deregister and skip_save_build_region options.
Plugin and Packer version
Packer v1.9.2
amazon plugin : 1.2.6
Use Case(s)
Development builds in Packer
Workaround
Enable force_deregister which forces the prevalidation to be skipped, however this comes at the expense of deregistering the existing AMI at the end☹️
The text was updated successfully, but these errors were encountered: