amazon-ec2
amazon-ec2 copied to clipboard
WARNING : You probably don't want this code. Its archived and ancient and probably doesn't work. Try the official AWS Ruby SDK instead.
Hello, this patch is required for amazon-ec2 to run its tests properly on Ruby 1.9.2 with the new load path handling. HTH, Diego
This way it can be queried using the rubygems.org API
Hi Glenn, I made a tiny edit to add m1.medium to the list of valid instance types. Amazon released this a few weeks ago. Can you please accept and release...
Added filters to describe_snapshots
I was trying to implement "smart" port filtering in EC2 by specifying the security group name in the AWS console by that seems to be broken ("Save" button gets disabled)....
Modifications to support filtering on describe_volumes and describe_snapshots.
The DescribeInstanceStatus API call was added to allow AWS users to identify instances whose hardware has an upcoming reboot or is being retired. Updated gem to use the latest API...
support for m1.medium instances and higher versions of rake (>= 0.8.7)