A Python wrapper for AWS ElasticBeanstalk app management.
What can it do?
- Create a new version of your application.
- Deploy an existing version of your application.
- List available versions of your applications.
- List available applications.
- List your application's environment variables.
# Activate your preferred virtualenv
git clone https://github.com/dubizzle/ebizzle.git
cd ebizzle
python setup.py install
ebizzle will try to read your AWS profiles from ~/.aws/credentials
and if not
found: ~/.ebizzle/config
.
Config should follow the default AWS credentials syntax:
[profile_name]
aws_access_key_id = foo
aws_secret_access_key = bar
ebizzle -h