public
Description: Native OS X (RubyCocoa) app to manage your EC2 instances
Clone URL: git://github.com/bricooke/ec2mgr.git
commit  96df4c64ef0b2e95ec8d491c2d26f427155a66a1
tree    207481d57a2cac8e8d17f37f4ed36c016655f8d4
parent  19124c3c4d7e43c0aac12f8c724055588caf3138
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.