Module: AWSCDK::EC2::SpotInstanceInterruption

Defined in:
ec2/spot_instance_interruption.rb

Overview

Provides the options for the types of interruption for spot instances.

Constant Summary collapse

STOP =
Deprecated.
Note:

Default:

The instance will stop when interrupted.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.SpotInstanceInterruption", "STOP")
TERMINATE =
Deprecated.
Note:

Default:

The instance will be terminated when interrupted.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.SpotInstanceInterruption", "TERMINATE")
HIBERNATE =
Deprecated.
Note:

Default:

The instance will hibernate when interrupted.

Jsii::Enum.new("aws-cdk-lib.aws_ec2.SpotInstanceInterruption", "HIBERNATE")