LaunchMode
How to launch a node. SPOT requests spot-market capacity (interruptible, cheaper). RESERVED is an on-demand launch the operator knows is covered by a standing reservation — the AWS run-instances call is identical to ON_DEMAND; the difference is billing + a node cap on the tier (AutoManager-side). So the daemon only special-cases SPOT.
Name |
Number |
Description |
LAUNCH_MODE_ON_DEMAND |
0 |
|
LAUNCH_MODE_SPOT |
1 |
|
LAUNCH_MODE_RESERVED |
2 |