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 used to access my application.

To deploy an application, create a file, commit to git.

In few minutes, you will be able to see the file on your Elastic Beanstalk application url

http://serverok-dev.us-west-2.elasticbeanstalk.com/test.php

When you are done with it, you can terminate the environment with command

eb terminate

It will show in AWS Console > Elastic Beanstalk with info “Waiting for EC2 instances to terminate.”

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *