flexera-public / right_aws

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

AutoScaling block_device_mappings #96

Closed vladgh closed 12 years ago

vladgh commented 12 years ago

I tried setting an ebs_snapshot_id for the block_device_mappings in as.create_launch_configuration, but it didn't set it up at all. I got only the VirtualName and the DeviceName.

Any advice?

vladgh commented 12 years ago

Never mind, I found out that the entire Ebs array is in later versions of the Autoscaling API. So it's just a matter of adding a newer :api_version to the initialize parameters.

kagminjeong commented 12 years ago

AWS likely changed their spot instance API to support per-zone pricing, that should be checked when EC2 version is increased.

konstantin-dzreev commented 12 years ago

...