/ec2tool

Commandline utility to manage amazon ec2 instances

Primary LanguageRubyOtherNOASSERTION

EC2-Tool

EC2 Tool is a simple ruby script to start, stop and check the status of an Amazon Web Services EC2 Instance.

Installation

git clone https://github.com/ajbonner/ec2tool.git
cd ec2tool
bundle install
gem build ec2tool.gemspec
gem install ec2tool-0.0.1.gem

On first run, the gem will create a $HOME/.ec2tool directory and copy into it a config.yaml file. In this file, enter in your AWS account access key and secret. For details on how to find these credentials see the Ruby SDK documentation.

In the instances section below your access credentials, you can define instances with an alias name. Then run ec2tool to use the tool.

Contact

This was a small ruby exercise for me, if you spot any glaring issues, or if you find this utility helpful please, let me know!

ajbonner @ Twitter, /Dev/Notes @ Tumblr