Kiln
A gem for automating the creation of EC2 AMIs
Installation
gem install ami
or add to your Gemfile
source "https://rubygems.org"
gem "ami", "~> 1.0.0"
Usage
ami-create <AMI class name>
Creates an AMI using the specified AMI template e.g.
ami-create PreciseBasic
AMIs are expected to be found in ./ami/
For an exmaple of what an AMI template looks like see: PreciseBasic template
You will also require a config file to provide all the credentials and other
information necessary to create your AMI, this can be located in either
~/.ami/config.json or ./ami/config.json
For an example of the values see: example config.json
LICENSE
MIT, see LICENSE file