Archive for the ‘EC2’ Category

Persistent Django on Amazon EC2 and EBS - The easy way

Thursday, August 21st, 2008

Now that Amazon's Elastic Block Store (EBS) is publicly available, running a complete Django installation on Amazon Web Services (AWS) is easier than ever. Why EBS? EBS provides persistent storage, which means that the Django database is kept safe even after the Django EC2 instances terminate. This tutorial will take you through ...