Deploying Django Projects to AWS from Ubuntu
-
Although there’s a possibility to create apps from the AWS web console or CLI, perhaps you want to take another route. AWS Elastic Beanstalk allows deploying applications to AWS without manually creating such components as EC2 servers, ELBs, security groups, etc. You can use it to deploy your Django project and manage it later as a single entity.Read the article by Mikhail Rodionov, an IT engineer focused on K2 and Microsoft technology stack, to learn how to deploy Django projects to AWS Elastic Beanstalk from Ubuntu machines.