https://github.com/thanhvie/beanstalk-flask
A simple demo on how to deploy flask app with Elastic Beanstalk
https://github.com/thanhvie/beanstalk-flask
elasticbeanstalk flask
Last synced: 2 months ago
JSON representation
A simple demo on how to deploy flask app with Elastic Beanstalk
- Host: GitHub
- URL: https://github.com/thanhvie/beanstalk-flask
- Owner: thanhvie
- Created: 2022-09-11T16:02:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T15:50:20.000Z (over 3 years ago)
- Last Synced: 2025-07-01T07:05:52.474Z (about 1 year ago)
- Topics: elasticbeanstalk, flask
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployment
Run these following steps:
1. `eb init -p python-3.7 flask-tutorial --region us-east-2`
2. `eb create flask-env`
3. `eb open`
Terminal environment:
4. `eb terminate flask-env`
Read AWS Document at https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create-deploy-python-flask.html