ec2-github-runner
ec2-github-runner copied to clipboard
Add 'key-name' and 'block-device-mapping' options
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.
@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?