AWS RDS Provisioned IOPS really worth it?

If you’re ok with running replicas, we recommend running a read-only replica as a NON-RDS instance, and putting it on a regular EC2 instance. You can get better read-IOPS at a much cheaper price by managing the replica yourself. We even setup replicas outside AWS using stunnel and put SSD drives as the primary block device and we get ridiculous read speeds for our reporting systems – literally 100 times faster than we get from RDS.

Deploy django apps to Amazon EC2 with ONE command

Fabulous will create an EC2 instance, install everything and deploy a blank django app. All in less than 2 minutes.

Process

Create server on EC2
Wait a few seconds for server to boot
Install packages
Create virtualenv
Install django in virtualenv
Install gunicorn in virtualenv
Setup and run supervisor
The setup

nginx
gunicorn
supervisor
memcached
virtualenv
virtualenvwrapper
git