AwsNodeCreate interface
Signature:
export interface AwsNodeCreate
Properties
| Property | Type | Description |
|---|---|---|
string |
||
"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". |
|
{ [key: string]: string; } |
Tags to associate with the node |
|
(Optional) Launch template to use for the node |
||
(Optional) |
||
(Optional) |
||
(Optional) |