.net - Amazon EC2 API and Windows instances - any way to get drive letter assignment? -


i have windows ec2 instances managing via c# application; i'm using aws.net sdk. i'm trying figure out documentation if there anyway query api , volume-to-drive letter assignment within instances. failing that, know if ec2 consistent in mapping of devicenames (e.g. /dev/sdb, /dev/sdc) drive letter? /dev/sdb d, /dev/sdc e, etc.?

in experience, unless go in , mess it, drives map out, device name drive letter, so:

/dev/sda1 c: /dev/sda2 d:  /dev/xdf f: /dev/xdg g: /dev/xdh h: ...etc 

i have no idea how tell map e... , i've never cared to.

so long let defaults, you'll above consistently , can device mapping describeinstances call.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -