cumulus icon indicating copy to clipboard operation
cumulus copied to clipboard

EC2 Instance Block Device Mappings

Open krjackso opened this issue 10 years ago • 0 comments

AWS does some weird things aroundblock device mappings including:

  • mapping ephemeral volumes from the gold ami even if the instance can't have that many in the ruby sdk
  • unmapping ephemeral volumes from the gold ami that the instance can't have
  • not telling you how many volumes each type should have, anywhere

So Cumulus needs to be able to handle knowing how many ephemeral volumes to have in the mapping for a launching instance. We should also do a better job at mounting ebs volumes in available slots.

krjackso avatar Nov 12 '15 23:11 krjackso