-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When running sds cloud asg create there should be more intelligence around the block devices being created for the Launch Configuration.
Certain instance types are "EBS Only" and cannot have attached instance storage. The latest Verdi image is configured to map "/dev/sdb" and "/dev/sdc" to ephemeral instance storage devices.
This means that if you select an instance type that is "EBS Only", the instance storage mappings are silently ignored and your worker instances will not work properly.
I think there are a couple of possible solutions to this issue:
- If the user selects an AMI with ephemeral block device mappings, and then selects an instance type that is EBS Only, warn the user or prevent them from continuing until they select an instance type that supports 2 ephemeral devices.
- Allow the user to choose to override the ephemeral devices by prompting them something along the lines of "Should EBS be used instead of instance storage?"
Metadata
Metadata
Assignees
Labels
No labels