Skip to content

robertosolari/ebs_variable_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ebs_variable_extractor

Extract environments variables from Elastic Beanstalk

you have to configure AWS CLI first
ça va sans dire

Installation:

python -m pip install -r requirements.txt

Running: python main.py

Enter your Elastic Beanstalk application name:

The name of the environment displayed on Beanstalk: MY-APPLICATION

cheers

ps:

you can achieve the same thing with AWS CLI

aws elasticbeanstalk describe-configuration-settings \
 --application-name your-application-name \
 --environment-name your-environment-name \
 --query 'ConfigurationSettings[0].OptionSettings[?OptionName==`EnvironmentVariables`].Value' \
 --output text

About

Extract environments variables from Elastic Beanstalk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages