AWS ElasticBeanstalk management helper


Keywords
aws, amazon, web, services, elastic, beanstalk, eb, application, environment
License
MIT
Install
pip install ebzl==0.9.12

Documentation

ebzl

A helper tool for easier AWS ElasticBeanstalk applications and environments management.

Install

pip install ebzl

Config

ebzl will read AWS credentials from $HOME/.aws/credentials and region defaults from $HOME/.aws/config.

Usage

ebzl help

Modules

Name Description
bundle Create and upload Beanstalk source bundle for Docker deployments.
create Create Beanstalk application version.
delete Delete Beanstalk application version.
deploy Deploy a version to given Beanstalk environment.
ecs Register, run & list EC2 Container Service tasks.
env Read and write environment variables of a given Beanstalk environment.
help Provide help on ebzl usage.
instances List instances for given Beanstalk environment or matching a name pattern.
list List available Beanstalk applications, environments and versions.
version Get project's or Beanstalk environment version.

License

We're using BSD-3. Please refer to the license file for details.