Open tonyhutter opened 1 year ago
Add two new options to workflow file:
key-name: Specifies SSH key-pair name to assign to an instance. This is useful for SSHing into an instance for debugging.
key-name
block-device-mapping: JSON string specifying the BlockDeviceMapping for an instance.
block-device-mapping
@machulav any plans to implement EBS storage option? Definitely something we'd like as well. Seen a few issues/PRs related to this already
@machulav would you mind taking a look at this PR when you get a chance?
Add two new options to workflow file:
key-name
: Specifies SSH key-pair name to assign to an instance. This is useful for SSHing into an instance for debugging.block-device-mapping
: JSON string specifying the BlockDeviceMapping for an instance.