All Projects → aws → aws-elastic-beanstalk-cli

aws / aws-elastic-beanstalk-cli

Licence: Apache-2.0 License
The EB CLI is a command line interface for Elastic Beanstalk that provides interactive commands that simplify creating, updating and monitoring environments from a local repository.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to aws-elastic-beanstalk-cli

circleci-beanstalk-example
CircleCI 2.0 AWS Beanstalk example to deploy Node app
Stars: ✭ 34 (-66.67%)
Mutual labels:  elasticbeanstalk, beanstalk
django-eb-sqs-worker
Django Background Tasks for Amazon Elastic Beanstalk
Stars: ✭ 27 (-73.53%)
Mutual labels:  elasticbeanstalk, beanstalk
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (-83.33%)
Mutual labels:  beanstalk
keynote-react-ssr
[AWS Community Day 2020] React.js SSR on AWS Demo
Stars: ✭ 54 (-47.06%)
Mutual labels:  elasticbeanstalk
django-boilerplate-3.6.1
Django served by Gunicorn running behind Nginx reverse proxy. Deploy to AWS Elastic Beanstalk with Fabric3!
Stars: ✭ 13 (-87.25%)
Mutual labels:  elasticbeanstalk
elastic-beanstalk-nginx-uwsgi-django
A Django sample app running with uWSGI and Nginx on AWS Elastic Beanstalk.
Stars: ✭ 87 (-14.71%)
Mutual labels:  elasticbeanstalk
laravel-elasticbeanstalk-cron
Ensure one instance within an EB environment is running Laravel's Scheduler
Stars: ✭ 55 (-46.08%)
Mutual labels:  elasticbeanstalk
actions-aws-eb
Elastic beanstalk cli custom action
Stars: ✭ 39 (-61.76%)
Mutual labels:  elasticbeanstalk
aws-maven-plugin
Deploys resources to AWS using maven
Stars: ✭ 25 (-75.49%)
Mutual labels:  beanstalk
beansclient
Robust PHP client for beanstalkd work queue
Stars: ✭ 86 (-15.69%)
Mutual labels:  beanstalk
gradle-beanstalk-plugin
Gradle plugin for deploying WARs to AWS Elastic Beanstalk.
Stars: ✭ 35 (-65.69%)
Mutual labels:  elasticbeanstalk
bsa
Console based administration tool for beanstalkd.
Stars: ✭ 13 (-87.25%)
Mutual labels:  beanstalk
gostalkd
sjis.me
Stars: ✭ 18 (-82.35%)
Mutual labels:  beanstalk
jobs
RoadRunner: Background PHP workers, Queue brokers
Stars: ✭ 59 (-42.16%)
Mutual labels:  beanstalk
django-aws-template
Opinionated Django Project Template for AWS deployment
Stars: ✭ 36 (-64.71%)
Mutual labels:  elasticbeanstalk
phoenix-webpack-docker-elastic
Simple templates for Phoenix/Webpack/Docker/Elastic Beanstalk setup
Stars: ✭ 33 (-67.65%)
Mutual labels:  elasticbeanstalk
Acl
Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
Stars: ✭ 2,113 (+1971.57%)
Mutual labels:  beanstalk

EB CLI

Introduction

The AWS Elastic Beanstalk Command Line Interface (EB CLI) is a tool that helps you deploy and manage your Elastic Beanstalk applications and environments. It also provides integration with Git.

For detailed information about the EB CLI, see Using the Elastic Beanstalk Command Line Interface (EB CLI) in the AWS Elastic Beanstalk Developer Guide.

The EB CLI is now an open source project, hosted in this repository. You're welcome to participate by reporting issues, making suggestions, and submitting pull requests. We value your contributions!

Installation

If you'd like to use the EB CLI

The easiest and recommended way to install the EB CLI is to use the EB CLI setup scripts available on a separate GitHub repository. Use the scripts to install the EB CLI on Linux, macOS, or Windows. The scripts install the EB CLI and its dependencies, including Python and pip. The scripts also create a virtual environment for the EB CLI. For installation instructions, see the aws/aws-elastic-beanstalk-cli-setup repository.

If you'd like to contribute to the EB CLI

Dependencies

Install Python and Pip. The most recent version of Python now includes pip.

To install Python, go here.

If you already have Python, but need to install Pip, go here.

Install the EB CLI from this repository

You need administrator/sudo privileges unless you install into a virtual environment.

To install the EB CLI

  1. Clone or download this repository to your local environment.

  2. Navigate to the the root of the repository.

  3. Run the following command.

    pip install .

Getting Started

The EB CLI requires you to have AWS security credentials. To learn how to get security credentials, see Managing Access Keys for Your AWS Account Root User in the AWS General Reference.

To view a list of EB CLI commands, type:

eb --help

For more information about a specific command, type:

eb {cmd} --help

For a detailed command reference for all EB CLI commands, see EB CLI Command Reference in the AWS Elastic Beanstalk Developer Guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].