Tag: AWS

Rails 4, AWS Elastic Beanstalk, and RDS

This guide shows you how to configure a Rails 4 app with AWS’s elastic beanstalk and RDS. First, install the elastic beanstalk command line tool on your local development box: $ sudo apt-get install git $ sudo apt-get install python-dev $ curl “https://bootstrap.pypa.io/get-pip.py” -o “get-pip.py” $ sudo python get-pip.py $ sudo pip install awsebcli   […]