We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Packer runs vs. EC2, it does not clean up the volumes left behind after the AMI is created, see #1
Likely we just need to specify delete_on_termination in the spec for the volume. See https://groups.google.com/g/packer-tool/c/GT0s0sqNlHM
delete_on_termination
n/a
The EBS volumes should be deleted
EBS volumes are left behind after creation, accumulating charges
Bake an image with Packer for AWS Look at the EBS volumes left behind once Packer is done
The text was updated successfully, but these errors were encountered:
#1 resolved this.
Sorry, something went wrong.
No branches or pull requests
Description
When Packer runs vs. EC2, it does not clean up the volumes left behind after the AMI is created, see #1
Likely we just need to specify
delete_on_termination
in the spec for the volume. See https://groups.google.com/g/packer-tool/c/GT0s0sqNlHMPlatforms affected
Runner images affected
Image version and build link
n/a
Is it regression?
n/a
Expected behavior
The EBS volumes should be deleted
Actual behavior
EBS volumes are left behind after creation, accumulating charges
Repro steps
Bake an image with Packer for AWS
Look at the EBS volumes left behind once Packer is done
The text was updated successfully, but these errors were encountered: