A tool for tidying up after Packer
Unpacker is a tool designed to tidy up after Packer which can often leave orphaned resources.
It currently only supports cleaning up after the Amazon EC2 Packer builder.
$ docker pull jrasell/unpacker
$ go get github.com/jrasell/unpacker
--dryrun
Performs a dry-run, only printing what resources would be removed.--region
The AWS region to connect to a look for Packer resources.--tag_key
The AWS EC2 tag key which presents your Packer build instances.--tag_value
The AWS EC2 tag value which presents your Packer build instances.Any contributions are much appreciated. If you would like to contribute please open a pull-request.