boucher
boucher copied to clipboard
Rake tasks to admin AWS/EC2 deployed apps.
It would be nice if the method Boucher.provision() returned the newly provisioned instance, or it's instance ID. I could then use that information to do things like add CloudWatch Alarms...
When trying to run the tests I get the following error. ``` jramnani@Jeffs-MacBook-Pro-2 $ bundle install Fetching gem metadata from https://rubygems.org/ Fetching version metadata from https://rubygems.org/ Could not find fog-aliyun-0.0.10...
Often I have only one server per env+type combination (i.e. production+database). It'd be nice to say things like `rake servers:ssh[production,database]` instead of the tedious dance of `rake servers:list[production]` + find...