I want the development environment to work the same as the production environment. This should minimize βthis works for me,β pointing a finger.
Therefore, my team chose Ubuntu 14.04 as the operating system.
We also want to deploy on AWS.
Since I used the QwikLabs example when using Elastic Beanstalk, I realized that there is no choice to choose Ubuntu 14.04.


How do I start deploying a Django application on an AWS EC2 instance running on Ubuntu 14.04?
Thanks.
source share