Amazon EC2 Ami recommendations for free tier?

Solution 1:

Use the Amazon Linux AMI. It's the only AMI that's officially supported and maintained by Amazon. It's optimized for EC2 with the ec2-api-tools included, boots from EBS, and a package repository that's hosted on EC2. It also includes great features like CloudInit.

There's more info info in the Amazon Linux AMI User Guide.

Solution 2:

For anyone who finds this via Google, try the official Ubuntu AMIs that work: http://cloud.ubuntu.com/2010/11/using-ubuntu-images-on-aws-free-tier/

Solution 3:

You might want to check out ami-c2a255ab. Its a 10GB EBS-based Ubuntu Lucid server. You will have to manually install what you need but it seems to be the only 10GB Ubuntu server right now.