[Solved] How to deploy the django app in AWS elastic beanstalk [closed]


You need require some credentials,

AWS Elastic Beanstalk needs the following information to deploy an application:

AWS access key ID

AWS secret key

Service region

Application name

Environment name

Solution stack

Here is the complete reference link

2

solved How to deploy the django app in AWS elastic beanstalk [closed]