AwsNodeCreate.launchMode property

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".

Signature:

launchMode?: "on-demand" | "spot" | "reserved";