TODO
A la web podeu trobar imatges d'Ubuntu a:
http://uec-images.ubuntu.com/releases/maverick/release/
Estan en format AMI
Per línia de comandes
TIMESTAMP=$(date +%Y%m%d%H%M%S) RELEASE=lucid ARCH=amd64 # Or this might be i386 [ $ARCH = "amd64" ] && IARCH=x86_64 || IARCH=i386 UEC_IMG=$RELEASE-server-uec-$ARCH URL=http://uec-images.ubuntu.com/$RELEASE/current/ [ ! -e $UEC_IMG.tar.gz ] && wget $URL/$UEC_IMG.tar.gz uec-publish-tarball $UEC_IMG.tar.gz $RELEASE-$TIMESTAMP
command:
euca-describe-images EMI=$(euca-describe-images | grep emi- | head -n1 | awk '{print $2}')
You should see a registered kernel and image and they should be marked as 'available'.