appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

Added rootDeviceType attribute to AWS image #106

Closed mfojtik closed 12 years ago

mfojtik commented 12 years ago

Hi,

This small patch should add rootDeviceType to the Image model in AWS. This attribute is necessary in decision making like what instance_profile to use for launching an instance. In addition I added rootDeviceName and hypervisor attributes, which may be handy for someone.

Cheers, -- michal

treeder commented 12 years ago

Thanks!