项目作者: jrasell

项目描述 :
A tool for tidying up after Packer
高级语言: Go
项目地址: git://github.com/jrasell/unpacker.git
创建时间: 2016-11-06T14:08:30Z
项目社区:https://github.com/jrasell/unpacker

开源协议:MIT License

下载


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

  1. $ docker pull jrasell/unpacker

Go

  1. $ 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.

Analytics