[Announcement] Announcing an updated Elastic Beanstalk Command Line Interface (EB CLI v3)

1

We are pleased to announce a new version of the AWS Elastic Beanstalk command line interface (EB CLI).

The new version adds the following additional capabilities,
-   Easier installation experience, install with ‘pip install awsebcli’.
-   Deployments no longer require the use of git (it remains a supported option for git users).
-   Better management of your environment’s configuration. Configuration options are no longer stored locally,      allowing teams to collaborate on shared environments.
-   Improved status, events, and logs support.
-   Ability to clone environments, including configuration and environment variables.
-   Ability to get and set environment variables.
-   Ability to scale your environment manually, if necessary.
-   Ability to open the application and the AWS Management Console in a web-browser from the CLI directly
-   SSH support, including the ability to create and upload SSH keys to EC2

To install the new version of the EB CLI, see Installing the AWS EB CLI. To learn more about the commands and options available, see EB CLI Command Reference. To get started with the CLI, let’s create a simple “Hello World!” application,

$ mkdir HelloWorld  
$ cd HelloWorld  
$ eb init –p PHP  
$ echo “Hello World!” > index.html  
$ eb create dev-env  
$ eb open  

To learn more about the platforms supported by AWS Elastic Beanstalk, see AWS Elastic Beanstalk Supported Platforms.

Sincerely,
The AWS Elastic Beanstalk Team

  • This is an announcement migrated from AWS Forums that does not require an answer

asked 9 years ago215 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions