flexera-public / right_aws

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

Document block device mapping syntax for ephemeral storage #100

Closed kagminjeong closed 12 years ago

kagminjeong commented 12 years ago

Based on http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?Using_AddingDefaultLocalInstanceStorageToAMI.html.

I have been unsuccessful in reading the ephemeral block device mapping back (in either describe_images, describe_instances calls or in aws console - they all seem to be completely ignoring the ephemeral mapping) but when I launched the image I did get a /dev/sdb in it.

Edit: changed sdc to sdb in the documentation as that's what you get by default with instance storage.