AwsNodeCreate interface

Signature:

export interface AwsNodeCreate

Properties

Property Type Description

instanceType

string

launchMode?

"on-demand" | "spot" | "reserved"

(Optional) How to launch the instance. "spot" requests interruptible spot-market capacity; "reserved" is an on-demand launch (the difference is billing + a node cap, handled caller-side). Defaults to "on-demand".

nodeId

NodeId

region

AwsRegion

tags

{ [key: string]: string; }

Tags to associate with the node

template?

AwsLaunchTemplateName | AwsLaunchTemplateId

(Optional) Launch template to use for the node

workerDaemonVersion?

NorskVersion

(Optional)

workerImageVersion?

NorskVersion

(Optional)

writeFiles?

WriteFile[]

(Optional)