Amazon web services has introduced free usage tier of some of their services: http://aws.amazon.com/free/
You can use EC2 (elastic cloud) web service combined with EBS (elastic bloc storage) to have a virtual server in a cloud. The default Ubuntu’s AMIs (amazon machine images) use 15GB of EBS blocks. With free tier offer you only get first 10GB free. You can pay $0.50 or $0.55 /month depending on the physical location you chose to set up the server and use Ubuntu’s provided AMIs. Or, you can use this guide to make your own AMI of 10GB: http://ubuntu-smoser.blogspot.com/2010/11/using-ubunt-images-on-aws-free-tier.html
Some of the commands above require you to enter which region (if not default) you want the query to run in, e.g.:
ec2-describe-snapshots --region eu-west-1
You can get ubuntu releases from here: http://uec-images.ubuntu.com/releases/
And a very good starting guide to get familiar with AWS: http://paulstamatiou.com/how-to-getting-started-with-amazon-ec2


