Skip to content

katzj/ami-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2e31fb · May 23, 2013

History

36 Commits
Nov 8, 2012
Nov 9, 2011
Dec 10, 2010
Dec 10, 2010
Dec 10, 2010
Aug 31, 2012
May 23, 2013
Mar 30, 2012
Nov 9, 2011

Repository files navigation

ami-creator

A simple tool based on python-imgcreate to create Fedora/Red Hat style 
images that can be used as an AMI in EC2.

Takes a kickstart config like the rest of livecd-creator, etc and spits out a
disk image file that's suitable to upload as an s3 ami.  To do the upload right
now, you'll want to run something like
    ec2-bundle-image
    ec2-upload-bundle
    ec2-register
after having created your base image file.  

Tested with the following as guests:
  * CentOS 5.5
  * Fedora 14
See the configs/ directory for example configs that work for each of these.


Jeremy Katz <katzj@fedoraproject.org>
2010 December 10