Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 600 Bytes

ec2list

Terminal application that displays your AWS EC2 instances and more.

Screenshot

Installation

If you have golang installed:

$ go get github.com/maxdec/ec2list

Otherwise 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

Usage

$ ec2list

That's it :-)