elastic beanstalk
2018
Migrating a Django application from Heroku to AWS Elastic Beanstalk
·3467 words·17 mins
Articles
development
heroku
aws
elastic beanstalk
django
python
Here’s the scenario you find yourself in: you’ve built and deployed a cool little Django app, and successfully deployed it on Heroku. You’ve followed all the great advice out there and are using django-environ to help manage all the various configuration variables you have to retrieve from your Heroku dynos.