Skip to content

Some instance types don't support ephemeral storage #13

@fgreg

Description

@fgreg

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:

  1. 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.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions