Deployment instructions for AWS Elastic Beanstalk
Open
- Dominant language
- Python
- Stars
- 6.8k
- Forks
- 2.8k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 5
Description
We've tried Procfiles and .ebextensions for WSGI. Are there known instructions for deploying to elastic beanstalk?
Procfile used:
`web: gunicorn --bind :8000 --workers 3 --threads 2 project.wsgi:application`
.ebextensions/python.config file used:
`option_settings:
"aws:elasticbeanstalk:container:python":
WSGIPath: wsgi:app`
Contributor guide
Assessment
This issue has not been assessed yet.