Packer only builds images. It does not attempt to manage them in any way. After they're built, it is up to you to launch or destroy them as you see fit. As a result of this, after running the above example, your AWS account now has an AMI associated with it.
AMIs are stored in S3 by Amazon, so unless you want to be charged about $0.01 per month, you'll probably want to remove it. Remove the AMI by first deregistering it on the AWS AMI management page. Next, delete the associated snapshot on the AWS snapshot management page.
Hi,I am beginner using packer. I have written packer to create AMI for use. However have seen that packer does not delete the attached volume after it finishes the build process. As a result I have large volumes left . I wish to know if there is any way I can tell packer to clean up after the build process. Thanks
--
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.