Tiny tool to retrieve in-depth information on AWS EC2 instances especially ELB and TG
Handy tool to find out helpful information about EC2, which otherwise requires few round of AWS Cli output scaping or Console searching.
This package is not published to PyPI yet, but will be done soon. Until then, treat it as local package.
virtualenv
. Use it like: python -m virtualenv venv && . venv/bin/activate
. Paired with this option, once done, just run deactivate
to exit the venv subshell.pip install -e .
export AWS_PROFILE=<your authenticated profile name>
ec2recon -h
for all the optionsec2recon elb -i i-123456abcdef