instanceInterruptionBehavior
The behavior when a Spot Instance is interrupted.
If Configured
(for HibernationOptions
) is set to true
, the InstanceInterruptionBehavior
parameter is automatically set to hibernate
. If you set it to stop
or terminate
, you'll get an error.
If Configured
(for HibernationOptions
) is set to false
or null
, the InstanceInterruptionBehavior
parameter is automatically set to terminate
. You can also set it to stop
or hibernate
.
For more information, see Interruption behavior in the Amazon EC2 User Guide.