AWS ElasticBeanstalk
- Refer Here for official docs
- Elastic beanstalk has two environments
- web server environment
- Worker environment
- Platform: OS + Web server/app server +
- Lets create an elastic beanstalk environment
- Clone the code Refer Here
- install aws cli : Refer Here
- create an iam user Refer Here and configure aws cli
- Install eb cli Refer Here
- Now cd into hello-flask-eb and execute the following
eb init -p python-3.9 hello-flask-eb --region us-west-2
eb init
eb create flask-env
