Amazon AWS Elastic Beanstalk Command Line Interface

To install Amazon AWS Elastic Beanstalk Command Line Interface (EB CLI), run pip install awsebcli To create a project. mkdir serverok cd serverok git init eb init To create servers in AWS, run eb create It ask some question, once you done, it shows URL like following In this cause, the URL http://serverok-dev.us-west-2.elasticbeanstalk.com/ can be … Read more