SpotInstanceInterruption

class aws_cdk.aws_ec2.SpotInstanceInterruption(value)

Bases: Enum

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

Attributes

HIBERNATE

The instance will hibernate when interrupted.

STOP

The instance will stop when interrupted.

TERMINATE

The instance will be terminated when interrupted.