Skip to content

jrosco/aws2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws2html

####Under Development (2.0)

Use the aws-cli and pipe output to this script and it will convert the json output to html and open in the OS's default browser (see example below)

Note: Ensure you have output = json in your ~./aws/config file

##Install:

####Pull latest repository

git clone https://github.com/jrosco/aws2html.git

####Install on local machine

sudo python setup.py install

##Usage: ####Example:

aws ec2 describe-instances --filters Name=tag-value,Values="*serverName*"  | aws2html

####Help:

aws2html --help

Note: Currently only works with ec2 describe-instances, I'll be developing this tool to support rds, cloudformtion, route53 and more