flexera-public / right_aws

RightScale Amazon Web Services Ruby Gems
MIT License
451 stars 175 forks source link

Add support for gp2 EBS volume type #182

Open irvingpop opened 10 years ago

scalp42 commented 10 years ago

any chance to get this merged?

dallasmarlow commented 9 years ago

@irvingpop @scalp42 this constant does not appear to be used so adding this value will have no effect, however you can just pass an options hash with the key :volume_type set to 'gp2' to create gp2 ebs volumes

scalp42 commented 9 years ago

This is old now and was related Chef aws cookbook being based on right_aws (and not having control over it without forking). Everything has been moved to aws-sdk since then @dallasmarlow