ec2list
Show running instances on AWS EC2.
Installation
Add this line to your application's Gemfile:
gem 'ec2list'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ec2list
Setup ~/.aws/config
You need to setup ~/.aws/config. Instructions are here.
Usage
With default profile,
$ ec2list
With specific profile,
$ ec2list --profile PROFILE
Contributing
- Fork it ( http://github.com/a2ikm/ec2list/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request