public
Description: Native OS X (RubyCocoa) app to manage your EC2 instances
Clone URL: git://github.com/bricooke/ec2mgr.git
bricooke (author)
Mon Jul 07 21:34:25 -0700 2008
commit  dcb3ef250c964d7b8b390b42c7999def9b3ffba1
tree    7d70e04e9a53d151b7cc70035c9a548c90027ffa
parent  9f543ff91878c8629b9ace153c888284fc79e9dd
ec2mgr /
name age message
file .gitignore Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
directory EC2Mgr.xcodeproj/ Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
file EMKeychainItem.h Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
file EMKeychainItem.m Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
file EMKeychainProxy.h Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
file EMKeychainProxy.m Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
directory English.lproj/ Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
file Info.plist Mon Jul 07 21:14:46 -0700 2008 Added BSD license and updated README with what ... [bricooke]
file LICENSE Mon Jul 07 21:14:46 -0700 2008 Added BSD license and updated README with what ... [bricooke]
file README Mon Jul 07 21:14:46 -0700 2008 Added BSD license and updated README with what ... [bricooke]
file Rakefile Mon Jul 07 21:04:55 -0700 2008 initial commit. [bricooke]
file main.m Mon Jul 07 21:14:46 -0700 2008 Added BSD license and updated README with what ... [bricooke]
file rb_main.rb Mon Jul 07 21:34:25 -0700 2008 remove the test of the EMKeychain stuff from rb... [bricooke]
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/)

EC2Mgr is BSD licensed. See LICENSE for details.