public
Description: Native OS X (RubyCocoa) app to manage your EC2 instances
Clone URL: git://github.com/bricooke/ec2mgr.git
commit  e63959a8b55334725252d006c1f713ff1a02fbd1
tree    72f072e2b6753aa2e663b681575c2a519e8ad7cd
parent  638e64b37dd3fbfb95aaaff86b882b3dffa2fa19
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.