Which AMI should I use as a base for a Django application?

Posted by Edan Maor on Server Fault See other posts from Server Fault or by Edan Maor
Published on 2010-12-20T13:45:11Z Indexed on 2010/12/21 23:55 UTC
Read the original article Hit count: 275

I'm starting development of a Django application, on Amazon's Web Services.

I'm looking to build an instance that will serve the Django. I don't have much experience with such things, having only used a shared host before (WebFaction).

So I'm wondering, which AMI should I use as a base? I'm assuming I want an Ubuntu AMI, possibly with certain things like Apache pre-installed?

One minor point: I'm planning to serve several different Django projects from the same instance. I use virtualenv on my dev machine right now to separate the different projects, I'm assuming I'll do the same on EC2.

Thanks!

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about django