diff --git a/AWS/elb.30s.sh b/AWS/elb.30s.sh index f720ff9b2..7525084cb 100755 --- a/AWS/elb.30s.sh +++ b/AWS/elb.30s.sh @@ -1,12 +1,20 @@ #!/bin/sh -# Requires: -# awscli (https://aws.amazon.com/cli/) -# # Percentage of healthy EC2 instances behind an ELB # Dropdown with healthy and unhealthy totals # -# Author Jonathan Keith +# by Jonathan Keith (http://github.com/joncse) +# +# AWS ELB Healthy Percentage +# v1.0 +# Jonathan Keith +# joncse +# Shows the percentage of healthy EC2 instances behind an ELB along with a dropdown to display the healthy and unhealthy totals. +# awscli +# http://i.imgur.com/nQ6LzvZ.png +# +# Dependencies: +# awscli (https://aws.amazon.com/cli/) export PATH='/usr/local/bin:/usr/bin:/bin:$PATH'