public
Description: Native OS X (RubyCocoa) app to manage your EC2 instances
Clone URL: git://github.com/bricooke/ec2mgr.git
Search Repo:
ec2mgr /
README
EC2Mgr is intended to be an example RubyCocoa app for my upcoming Lone Star Ruby Conf presentation on RubyCocoa. This 
started as a 5 minute lightning talk at the Mountain West Ruby Conf in March. The goal is to have a native OS X app that 
can manage the core (start/stop/status) of your EC2 instances while securely storing your Amazon credentials.

Credit:
  * right_aws gem for talking to EC2 (http://rubyforge.org/projects/rightaws/)
  * EMKeychain for talking to the Keychain via Cocoa (http://extendmac.com/EMKeychain/)
  * In app icons from Jasper Hauser's "Developer icons starter kit" (http://www.jasperhauser.nl/icon/iconkit.html)

EC2Mgr is BSD licensed. See LICENSE for details.