Contents:
aws_cdk.aws_ec2.
CpuCredits
Bases: enum.Enum
enum.Enum
Provides the options for specifying the CPU credit type for burstable EC2 instance types (T2, T3, T3a, etc).
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-how-to.html
Attributes
STANDARD
Standard bursting mode.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-standard-mode.html
UNLIMITED
Unlimited bursting mode.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode.html