From Fedora Project Wiki
(Updated notes) |
m (Minor change) |
||
Line 9: | Line 9: | ||
# not contain any package dependency problems | # not contain any package dependency problems | ||
# not include any packages built outside of Fedora infrastructure | # not include any packages built outside of Fedora infrastructure | ||
To ''create'' an EC2 image, one needs... | |||
# an amazon account | |||
# the {{package|python-boto}} libraries installed | |||
# a python script to tell Amazon to build an instance | |||
# the ability to SSH into a machine to run tests, etc. |
Revision as of 21:13, 3 March 2011
This page will outline criteria for success for a Fedora AMI release
A good AMI must...
- allow non-root user login
- have SELinux enabled and enforcing by default
- not contain any package dependency problems
- not include any packages built outside of Fedora infrastructure
To create an EC2 image, one needs...
- an amazon account
- the
python-boto
libraries installed - a python script to tell Amazon to build an instance
- the ability to SSH into a machine to run tests, etc.