https://github.com/jrasell/unpacker
A tool for tidying up after Packer
https://github.com/jrasell/unpacker
aws packer tidy unpacker
Last synced: 2 months ago
JSON representation
A tool for tidying up after Packer
- Host: GitHub
- URL: https://github.com/jrasell/unpacker
- Owner: jrasell
- License: mit
- Created: 2016-11-06T14:08:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T12:33:12.000Z (over 9 years ago)
- Last Synced: 2025-02-08T21:31:16.177Z (over 1 year ago)
- Topics: aws, packer, tidy, unpacker
- Language: Go
- Homepage:
- Size: 305 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Unpacker
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.
## Installation
#### Binaries
#### Docker
```bash
$ docker pull jrasell/unpacker
```
#### Go
```bash
$ go get github.com/jrasell/unpacker
```
## Usage
- **`--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.
## Contributing
Any contributions are much appreciated. If you would like to contribute please open a pull-request.
[](https://github.com/jrasell/unpacker)