Ilookup
Small tool to look up instance IP's and tag meta data from an instance ID.
Installation
$ gem install ilookup
You also need to first make sure you have a ~/.fog file on your system. This gem assumes authentication credentials are present in that file.
default:
aws_access_key_id: ABC123
aws_secret_access_key: abc123
Usage
jdyer@retina:~
Contributing
- Fork it
- 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