bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/Django/Deploy Django
Django•Deploy Django

Deploy Django - Elastic Beanstalk

Concept visual

Deploy Django - Elastic Beanstalk

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Elastic Beanstalk

In AWS, navigate to the Elastic Beanstalk application, as we did in the Choose Provider chapter, and click the "Create application" button:

Create EB Application

Once you have clicked the "Create Application" button, you will be taken to this page, where you can give your Django project a name.

Formula

I will name it "my - first - django":

Choose Platform

Then scroll down until you see the "Platform" section, and choose "Python", with the recommended version: Upload .zip File Next, scroll down to the next section, the "Application code" section, and choose "Upload your code". Click on the "Choose file" button, navigate to the .zip file you created in the previous chapter and upload it: The .zip file is uploaded, and we are ready to deploy!

Deploy

Click the "Create application" button to start deploying.

Waiting

The deployment will take a few minutes. Success! Finally the project is live, and you can view it by clicking the link below the

Formula

Myfirstdjango - env header, or type the host address in your browser:

Previous

Deploy Django Project - Create zip File

Next

Deploy Django - Update Project