Monday, February 17, 2014

AWS deployment with Boto and Fabric, and a sample Django website

A few months back, I was trying to deploy a simple Django website to AWS and had to write a few python scripts using the boto and fabric frameworks. I am sharing the scripts on github in case any developers are looking for some sample code. The scripts can be found at https://github.com/vijaypm/MyFirstAWS

Note: And, if anyone is looking for a sample Django website, you can find one at https://github.com/vijaypm/MyPhotoSite

3 comments:

  1. Thanks for your contribution.
    I would like to know why you didn't choose elastic beanstalk or OpsWorks instead boto+fabric.

    I'm planning to move to boto or opsWorks (now I use elastic beanstalk and is not just as fine as I though). I'd like to get your inputs.

    thanks!

    ReplyDelete
  2. Thanks Vijay

    At last I tried your git code and its working fine.

    ReplyDelete