aws-cdk-lib.aws_ec2.CpuCredits

enum CpuCredits

LanguageType name
.NETAmazon.CDK.AWS.EC2.CpuCredits
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CpuCredits
Javasoftware.amazon.awscdk.services.ec2.CpuCredits
Pythonaws_cdk.aws_ec2.CpuCredits
TypeScript (source)aws-cdk-lib » aws_ec2 » CpuCredits

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

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

Members

NameDescription
STANDARDStandard bursting mode.
UNLIMITEDUnlimited bursting mode.

STANDARD

Standard bursting mode.

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


UNLIMITED

Unlimited bursting mode.

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