Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I deploy Django on AWS? [closed]

Tags:

I'm looking to deploy a django app on AWS (since I have some credit coupon) and am looking for a good place to read about it - mostly b/c I never used it before. thanks

like image 498
sa125 Avatar asked Dec 18 '09 05:12

sa125


People also ask

How do I install Django on Amazon EC2?

Create a virtual environment with virtualenv and use it to install Django and its dependencies. By using a virtual environment, you can know exactly which packages your application needs, so that the required packages are installed on the Amazon EC2 instances that are running your application.

Which AWS services do Django and flask use?

Although our Django and Flask applications use very different AWS services, we seamlessly replaced the previous infrastructure with what was needed. Next week, we’ll explore PostgreSQL, Express, React, and Node.js, and use them to create a simple application.

How do I deploy my Django application using EB CLI?

ALLOWED_HOSTS = [' eb-django-app-dev.elasticbeanstalk.com '] Save the file, and then deploy your application by running eb deploy. When you run eb deploy, the EB CLI bundles up the contents of your project directory and deploys it to your environment. If you are using Git with your project, see Using the EB CLI with Git .

What version of Django should I install on Elastic Beanstalk?

The Django version you install must be compatible with the Python version on the Elastic Beanstalk Python configuration that you choose for deploying your application. For information about deployment, see Deploy your site with the EB CLI in this topic.


Video Answer


1 Answers

looking for a good place to read about it

Here you go

like image 120
lprsd Avatar answered Sep 27 '22 17:09

lprsd