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-0b8c1f0a |
ec2-run-instances ami-0b8c1f0a -t t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
instance |
ami-bf8d1ebe |
ec2-run-instances ami-bf8d1ebe -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
32-bit |
ebs |
ami-098c1f08 |
ec2-run-instances ami-098c1f08 -t t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
32-bit |
instance |
ami-dd8e1ddc |
ec2-run-instances ami-dd8e1ddc -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-southeast-1 |
64-bit |
ebs |
ami-ded69e8c |
ec2-run-instances ami-ded69e8c -t t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
instance |
ami-d2d69e80 |
ec2-run-instances ami-d2d69e80 -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
32-bit |
ebs |
ami-d8d69e8a |
ec2-run-instances ami-d8d69e8a -t t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
32-bit |
instance |
ami-50d69e02 |
ec2-run-instances ami-50d69e02 -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-2 |
64-bit |
ebs |
ami-6f1b8955 |
ec2-run-instances ami-6f1b8955 -t t1.micro --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
instance |
ami-751b894f |
ec2-run-instances ami-751b894f -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
32-bit |
ebs |
ami-6b1b8951 |
ec2-run-instances ami-6b1b8951 -t t1.micro --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
32-bit |
instance |
ami-2f1b8915 |
ec2-run-instances ami-2f1b8915 -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
eu-west-1 |
64-bit |
ebs |
ami-4b49523f |
ec2-run-instances ami-4b49523f -t t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
hvm |
ami-35495241 |
ec2-run-instances ami-35495241 -t cc1.4xlarge --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
instance |
ami-4f4a513b |
ec2-run-instances ami-4f4a513b -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
32-bit |
ebs |
ami-4f49523b |
ec2-run-instances ami-4f49523b -t t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
32-bit |
instance |
ami-594b502d |
ec2-run-instances ami-594b502d -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
sa-east-1 |
64-bit |
ebs |
ami-6753f77a |
ec2-run-instances ami-6753f77a -t t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
instance |
ami-7553f768 |
ec2-run-instances ami-7553f768 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
32-bit |
ebs |
ami-6553f778 |
ec2-run-instances ami-6553f778 -t t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
32-bit |
instance |
ami-5f53f742 |
ec2-run-instances ami-5f53f742 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
us-east-1 |
64-bit |
ebs |
ami-77fcbc1e |
ec2-run-instances ami-77fcbc1e -t t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
hvm |
ami-4bfcbc22 |
ec2-run-instances ami-4bfcbc22 -t cc1.4xlarge --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
instance |
ami-87fabaee |
ec2-run-instances ami-87fabaee -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
32-bit |
ebs |
ami-75fcbc1c |
ec2-run-instances ami-75fcbc1c -t t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
32-bit |
instance |
ami-e9f7b780 |
ec2-run-instances ami-e9f7b780 -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-west-1 |
64-bit |
ebs |
ami-bc5d77f9 |
ec2-run-instances ami-bc5d77f9 -t t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
instance |
ami-fe5d77bb |
ec2-run-instances ami-fe5d77bb -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
32-bit |
ebs |
ami-b25d77f7 |
ec2-run-instances ami-b25d77f7 -t t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
32-bit |
instance |
ami-525d7717 |
ec2-run-instances ami-525d7717 -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-2 |
64-bit |
ebs |
ami-b6148986 |
ec2-run-instances ami-b6148986 -t t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
hvm |
ami-b8148988 |
ec2-run-instances ami-b8148988 -t cc1.4xlarge --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
instance |
ami-0c14893c |
ec2-run-instances ami-0c14893c -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
32-bit |
ebs |
ami-b4148984 |
ec2-run-instances ami-b4148984 -t t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
32-bit |
instance |
ami-7c1b864c |
ec2-run-instances ami-7c1b864c -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
A full list of available files can be found below.
Name Last modified Size Description
Parent Directory -
MD5SUMS 09-Apr-2015 00:23 705
MD5SUMS.gpg 09-Apr-2015 00:23 836
SHA1SUMS 09-Apr-2015 00:23 777
SHA1SUMS.gpg 09-Apr-2015 00:23 836
SHA256SUMS 09-Apr-2015 00:23 1.0K
SHA256SUMS.gpg 09-Apr-2015 00:23 836
tool-version-info.txt 20-Aug-2013 03:34 7.6K
ubuntu-13.04-server-cloudimg-amd64-disk1.img 20-Aug-2013 03:39 225M Cloud image for 64-bit computers (QCOW2 disk image file for use with QEMU and KVM)
ubuntu-13.04-server-cloudimg-amd64-kernel-info.txt 20-Aug-2013 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 20-Aug-2013 03:38 203M Cloud image for 64-bit computers (compressed tar file of /)
ubuntu-13.04-server-cloudimg-amd64.manifest 20-Aug-2013 03:39 12K Cloud image for 64-bit computers (contents of live filesystem)
ubuntu-13.04-server-cloudimg-amd64.ovf 23-Aug-2013 14:27 7.0K Cloud image for 64-bit computers (Open Virtualiztion Format file)
ubuntu-13.04-server-cloudimg-amd64.tar.gz 20-Aug-2013 03:38 209M Cloud image for 64-bit computers (Cloud Image/EC2 tarball)
ubuntu-13.04-server-cloudimg-armhf-disk1.img 20-Aug-2013 04:03 245M Cloud image for 32-bit ARMHF computers (QCOW2 disk image file for use with QEMU and KVM)
ubuntu-13.04-server-cloudimg-armhf-kernel-info.txt 20-Aug-2013 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 20-Aug-2013 03:58 221M Cloud image for 32-bit ARMHF computers (compressed tar file of /)
ubuntu-13.04-server-cloudimg-armhf.manifest 20-Aug-2013 04:03 12K Cloud image for 32-bit ARMHF computers (contents of live filesystem)
ubuntu-13.04-server-cloudimg-armhf.tar.gz 20-Aug-2013 03:58 226M Cloud image for 32-bit ARMHF computers (Cloud Image/EC2 tarball)
ubuntu-13.04-server-cloudimg-i386-disk1.img 20-Aug-2013 03:39 223M Cloud image for 32-bit computers (QCOW2 disk image file for use with QEMU and KVM)
ubuntu-13.04-server-cloudimg-i386-kernel-info.txt 20-Aug-2013 03:39 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 20-Aug-2013 03:38 201M Cloud image for 32-bit computers (compressed tar file of /)
ubuntu-13.04-server-cloudimg-i386.manifest 20-Aug-2013 03:39 12K Cloud image for 32-bit computers (contents of live filesystem)
ubuntu-13.04-server-cloudimg-i386.ovf 23-Aug-2013 14:27 7.0K Cloud image for 32-bit computers (Open Virtualiztion Format file)
ubuntu-13.04-server-cloudimg-i386.tar.gz 20-Aug-2013 03:38 207M Cloud image for 32-bit computers (Cloud Image/EC2 tarball)
unpacked/ 05-Sep-2015 07:06 -