CpuCredits

class aws_cdk.aws_ec2.CpuCredits(value)

Bases: Enum

Provides the options for specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).

See:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-how-to.html

Attributes

STANDARD

Standard bursting mode.

See:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-standard-mode.html

UNLIMITED

Unlimited bursting mode.

See:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode.html