A collection of shortcuts to make common AWS operations easier.
go get github.com/oremj/aws-tools/aws-ssh
aws-ssh [-c COMMAND] instance-id [ssh-args]
go get github.com/oremj/aws-tools/aws-instancelist
aws-instancelist [-f filter]...
aws-instancelist -f "tag:App=myapp" -f "tag:Type=web,admin"