Ubuntu 13.04 (Raring Ringtail)

Cloud image

The Ubuntu Cloud image can be run on your personal Ubuntu Cloud, or modified, rebundled and uploaded to Amazon EC2. For further instruction on setting up a personal Ubuntu Cloud, see Getting Started with Ubuntu Cloud

There are three images available, each for a different type of computer:

32-bit Cloud image
For almost all PCs. This includes most machines with Intel/AMD/etc type processors and almost all computers that run Microsoft Windows, as well as newer Apple Macintosh systems based on Intel processors. Choose this if you are at all unsure.
64-bit Cloud image
Choose this to take full advantage of computers based on the AMD64 or EM64T architecture (e.g., Athlon64, Opteron, EM64T Xeon, Core 2). If you have a non-64-bit processor made by AMD, or if you need full support for 32-bit code, use the Intel x86 images instead.
32-bit ARMHF Cloud image
For ARMv7 processors and above. Userland is compiled with Hard Float on.

Amazon EC2 Published AMIs

The images have been published to Amazon EC2, and can be used immediately with no need to download anything. See the table below for the AMI ids. For further instruction on getting started with Amazon EC2, see the EC2 Starters Guide.

Region

arch

root store

ami

ec2 command

ap-northeast-1

64-bit

ebs

ami-bfc0afbe

ec2-run-instances ami-bfc0afbe -t t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1}

ap-northeast-1

64-bit

instance

ami-31c1ae30

ec2-run-instances ami-31c1ae30 -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1}

ap-northeast-1

32-bit

ebs

ami-bdc0afbc

ec2-run-instances ami-bdc0afbc -t t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1}

ap-northeast-1

32-bit

instance

ami-37c2ad36

ec2-run-instances ami-37c2ad36 -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1}

ap-southeast-1

64-bit

ebs

ami-92aef9c0

ec2-run-instances ami-92aef9c0 -t t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1}

ap-southeast-1

64-bit

instance

ami-c6aef994

ec2-run-instances ami-c6aef994 -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1}

ap-southeast-1

32-bit

ebs

ami-ecaef9be

ec2-run-instances ami-ecaef9be -t t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1}

ap-southeast-1

32-bit

instance

ami-0caef95e

ec2-run-instances ami-0caef95e -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1}

ap-southeast-2

64-bit

ebs

ami-57f16f6d

ec2-run-instances ami-57f16f6d -t t1.micro --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2}

ap-southeast-2

64-bit

instance

ami-53f16f69

ec2-run-instances ami-53f16f69 -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2}

ap-southeast-2

32-bit

ebs

ami-51f16f6b

ec2-run-instances ami-51f16f6b -t t1.micro --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2}

ap-southeast-2

32-bit

instance

ami-adf06e97

ec2-run-instances ami-adf06e97 -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2}

eu-west-1

64-bit

ebs

ami-dea653a9

ec2-run-instances ami-dea653a9 -t t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1}

eu-west-1

64-bit

hvm

ami-dca653ab

ec2-run-instances ami-dca653ab -t cc1.4xlarge --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1}

eu-west-1

64-bit

instance

ami-1aa7526d

ec2-run-instances ami-1aa7526d -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1}

eu-west-1

32-bit

ebs

ami-d2a653a5

ec2-run-instances ami-d2a653a5 -t t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1}

eu-west-1

32-bit

instance

ami-b2a451c5

ec2-run-instances ami-b2a451c5 -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1}

sa-east-1

64-bit

ebs

ami-4da10150

ec2-run-instances ami-4da10150 -t t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1}

sa-east-1

64-bit

instance

ami-29a10134

ec2-run-instances ami-29a10134 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1}

sa-east-1

32-bit

ebs

ami-53a1014e

ec2-run-instances ami-53a1014e -t t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1}

sa-east-1

32-bit

instance

ami-0fa10112

ec2-run-instances ami-0fa10112 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1}

us-east-1

64-bit

ebs

ami-951524fc

ec2-run-instances ami-951524fc -t t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1}

us-east-1

64-bit

hvm

ami-971524fe

ec2-run-instances ami-971524fe -t cc1.4xlarge --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1}

us-east-1

64-bit

instance

ami-1d132274

ec2-run-instances ami-1d132274 -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1}

us-east-1

32-bit

ebs

ami-931524fa

ec2-run-instances ami-931524fa -t t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1}

us-east-1

32-bit

instance

ami-3d112054

ec2-run-instances ami-3d112054 -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1}

us-west-1

64-bit

ebs

ami-b0784af5

ec2-run-instances ami-b0784af5 -t t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1}

us-west-1

64-bit

instance

ami-e4784aa1

ec2-run-instances ami-e4784aa1 -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1}

us-west-1

32-bit

ebs

ami-b6784af3

ec2-run-instances ami-b6784af3 -t t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1}

us-west-1

32-bit

instance

ami-4c784a09

ec2-run-instances ami-4c784a09 -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1}

us-west-2

64-bit

ebs

ami-36d6b006

ec2-run-instances ami-36d6b006 -t t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2}

us-west-2

64-bit

hvm

ami-38d6b008

ec2-run-instances ami-38d6b008 -t cc1.4xlarge --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2}

us-west-2

64-bit

instance

ami-7ac9af4a

ec2-run-instances ami-7ac9af4a -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2}

us-west-2

32-bit

ebs

ami-34d6b004

ec2-run-instances ami-34d6b004 -t t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2}

us-west-2

32-bit

instance

ami-40c8ae70

ec2-run-instances ami-40c8ae70 -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2}

A full list of available files can be found below.

Icon  Name                                               Last modified      Size  Description
[DIR] Parent Directory - [   ] MD5SUMS 09-Apr-2015 00:19 705 [   ] MD5SUMS.gpg 09-Apr-2015 00:19 836 [   ] SHA1SUMS 09-Apr-2015 00:19 777 [   ] SHA1SUMS.gpg 09-Apr-2015 00:19 836 [   ] SHA256SUMS 09-Apr-2015 00:19 1.0K [   ] SHA256SUMS.gpg 09-Apr-2015 00:19 836 [TXT] tool-version-info.txt 11-Jan-2014 03:33 10K [   ] ubuntu-13.04-server-cloudimg-amd64-disk1.img 11-Jan-2014 03:39 226M Cloud image for 64-bit computers (QCOW2 disk image file for use with QEMU and KVM) [TXT] ubuntu-13.04-server-cloudimg-amd64-kernel-info.txt 11-Jan-2014 03:39 117 Ubuntu Server 13.04 (Raring Ringtail) released builds [END OF LIFE - For archive refrence-only] [   ] ubuntu-13.04-server-cloudimg-amd64-root.tar.gz 11-Jan-2014 03:37 203M Cloud image for 64-bit computers (compressed tar file of /) [TXT] ubuntu-13.04-server-cloudimg-amd64.manifest 11-Jan-2014 03:39 12K Cloud image for 64-bit computers (contents of live filesystem) [   ] ubuntu-13.04-server-cloudimg-amd64.ovf 11-Jan-2014 15:46 7.0K Cloud image for 64-bit computers (Open Virtualiztion Format file) [   ] ubuntu-13.04-server-cloudimg-amd64.tar.gz 11-Jan-2014 03:38 210M Cloud image for 64-bit computers (Cloud Image/EC2 tarball) [   ] ubuntu-13.04-server-cloudimg-armhf-disk1.img 11-Jan-2014 04:03 246M Cloud image for 32-bit ARMHF computers (QCOW2 disk image file for use with QEMU and KVM) [TXT] ubuntu-13.04-server-cloudimg-armhf-kernel-info.txt 11-Jan-2014 04:03 117 Ubuntu Server 13.04 (Raring Ringtail) released builds [END OF LIFE - For archive refrence-only] [   ] ubuntu-13.04-server-cloudimg-armhf-root.tar.gz 11-Jan-2014 03:57 221M Cloud image for 32-bit ARMHF computers (compressed tar file of /) [TXT] ubuntu-13.04-server-cloudimg-armhf.manifest 11-Jan-2014 04:03 12K Cloud image for 32-bit ARMHF computers (contents of live filesystem) [   ] ubuntu-13.04-server-cloudimg-armhf.tar.gz 11-Jan-2014 03:57 227M Cloud image for 32-bit ARMHF computers (Cloud Image/EC2 tarball) [   ] ubuntu-13.04-server-cloudimg-i386-disk1.img 11-Jan-2014 03:38 224M Cloud image for 32-bit computers (QCOW2 disk image file for use with QEMU and KVM) [TXT] ubuntu-13.04-server-cloudimg-i386-kernel-info.txt 11-Jan-2014 03:38 115 Ubuntu Server 13.04 (Raring Ringtail) released builds [END OF LIFE - For archive refrence-only] [   ] ubuntu-13.04-server-cloudimg-i386-root.tar.gz 11-Jan-2014 03:36 201M Cloud image for 32-bit computers (compressed tar file of /) [TXT] ubuntu-13.04-server-cloudimg-i386.manifest 11-Jan-2014 03:38 12K Cloud image for 32-bit computers (contents of live filesystem) [   ] ubuntu-13.04-server-cloudimg-i386.ovf 11-Jan-2014 15:46 7.0K Cloud image for 32-bit computers (Open Virtualiztion Format file) [   ] ubuntu-13.04-server-cloudimg-i386.tar.gz 11-Jan-2014 03:37 208M Cloud image for 32-bit computers (Cloud Image/EC2 tarball) [DIR] unpacked/ 06-Sep-2015 07:01 -