From Fedora Project Wiki

(cleaned up documentation)
Line 1: Line 1:
= Using EC2 =
== Using EC2 ==
Fedora EC2 images are lean images and make a great foundation for your appliance.  They follow the standard EC2 login convention.  Root login is disabled.  Users should log in as 'ec2-user', where you will have sudo access to run commands which require elevated access. Full documentation for interacting with EC2 is available from [http://docs.amazonwebservices.com/AWSEC2/2010-08-31/GettingStartedGuide/ Amazon].  At this time, only S3 backed images are available, but EBS backed images will be coming soon.  Please check back to see when EBS images are listed, or watch the Cloud SIG email list: https://admin.fedoraproject.org/mailman/listinfo/cloud


Username for the images: ec2-user
In addition to DVDs and Live CDs, the Fedora Project makes its distribution available on [http://aws.amazon.com/ec2/ Amazon Elastic Compute Cloud (EC2)].  These Fedora images provide an excellent (and extensible) foundation for your server or appliance.


= Currently Supported EC2 Images =
Fedora's EC2 images follow the standard EC2 login conventions, meaning that root login is disabled, but sudo access is granted.


== Fedora 15 ==
'''The default username for the images is ec2-user.'''
 
Full documentation for interacting with EC2 is available from [http://docs.amazonwebservices.com/AWSEC2/latest/GettingStartedGuide/ Amazon Web Services].
 
Direct questions or comments to the [[Cloud SIG]] [https://admin.fedoraproject.org/mailman/listinfo/cloud email list].
 
== Currently supported EC2 images ==
 
=== Fedora 15 ===
{|
{|
! Region !! Arch !! Root Store !! AMI ID
! Region !! Architecture !! Root store !! AMI ID
|-
|-
| us-east-1 || i386 || instance store || ami-6ebe4507
| us-east-1 || i386   || Instance store (S3) || ami-6ebe4507
|-
|-
| us-east-1 || x86_64 || instance store || ami-72bf441b
| us-east-1 || x86_64 || Instance store (S3) || ami-72bf441b
|-
|-
| us-east-1 || i386 || EBS Backed || ami-60bd4609
| us-east-1 || i386   || EBS-backed          || ami-60bd4609
|-
|-
| us-east-1 || x86_64 || EBS Backed || ami-2abf4443
| us-east-1 || x86_64 || EBS-backed          || ami-2abf4443
|}
|}


== Fedora 14 ==
=== Fedora 14 ===
 
{|
{|
! Region !! Arch !! Root Store !! AMI ID
! Region !! Architecture !! Root store !! AMI ID
|-
|-
| us-east-1 || i386 || instance store || [ ami-669f680f]
| us-east-1     || i386   || Instance store (S3) || ami-669f680f
|-
|-
| us-east-1 || x86_64 || instance store || [ ami-e291668b]
| us-east-1     || x86_64 || Instance store (S3) || ami-e291668b
|-
|-
| us-west-1 || i386 || instance store || [ ami-6e3a6a2b]
| us-west-1     || i386   || Instance store (S3) || ami-6e3a6a2b
|-
|-
| us-west-1 || x86_64 || instance store || [ ami-723a6a37]
| us-west-1     || x86_64 || Instance store (S3) || ami-723a6a37
|-
|-
| eu-west-1 || i386 || instance store || [ ami-ac281dd8]
| eu-west-1     || i386   || Instance store (S3) || ami-ac281dd8
|-
|-
| eu-west-1 || x86_64 || instance store || [ ami-a8281ddc]
| eu-west-1     || x86_64 || Instance store (S3) || ami-a8281ddc
|-
|-
| ap-southeast-1 || i386 || instance store || [ ami-427c0210]
| ap-southeast-1 || i386   || Instance store (S3) || ami-427c0210
|-
|-
| ap-southeast-1 || x86_64 || instance store || [ ami-487c021a]
| ap-southeast-1 || x86_64 || Instance store (S3) || ami-487c021a
|}
|}


= Custom Image Creation =
== Custom image creation ==


Visit [[Cloud_SIG/EC2_Creation]] for instructions on how to build custom versions of these images.
Visit [[Cloud_SIG/EC2_Creation]] for instructions on how to build custom versions of these images.


[[Category:Cloud SIG]]
[[Category:Cloud SIG]]

Revision as of 00:09, 14 September 2011

Using EC2

In addition to DVDs and Live CDs, the Fedora Project makes its distribution available on Amazon Elastic Compute Cloud (EC2). These Fedora images provide an excellent (and extensible) foundation for your server or appliance.

Fedora's EC2 images follow the standard EC2 login conventions, meaning that root login is disabled, but sudo access is granted.

The default username for the images is ec2-user.

Full documentation for interacting with EC2 is available from Amazon Web Services.

Direct questions or comments to the Cloud SIG email list.

Currently supported EC2 images

Fedora 15

Region Architecture Root store AMI ID
us-east-1 i386 Instance store (S3) ami-6ebe4507
us-east-1 x86_64 Instance store (S3) ami-72bf441b
us-east-1 i386 EBS-backed ami-60bd4609
us-east-1 x86_64 EBS-backed ami-2abf4443

Fedora 14

Region Architecture Root store AMI ID
us-east-1 i386 Instance store (S3) ami-669f680f
us-east-1 x86_64 Instance store (S3) ami-e291668b
us-west-1 i386 Instance store (S3) ami-6e3a6a2b
us-west-1 x86_64 Instance store (S3) ami-723a6a37
eu-west-1 i386 Instance store (S3) ami-ac281dd8
eu-west-1 x86_64 Instance store (S3) ami-a8281ddc
ap-southeast-1 i386 Instance store (S3) ami-427c0210
ap-southeast-1 x86_64 Instance store (S3) ami-487c021a

Custom image creation

Visit Cloud_SIG/EC2_Creation for instructions on how to build custom versions of these images.