Terminal application that displays your AWS EC2 instances and more.
If you have golang installed:
$ go get github.com/maxdec/ec2listOtherwise you can download the latest release (for OSX), and put it in your $PATH (make sure it's chmod +x'ed).
You need to following environment variables:
AWS_ACCESS_KEY_ID=XXX
AWS_SECRET_ACCESS_KEY=XXX
AWS_REGION=eu-central-1
$ ec2listThat's it :-)
