Amazon EC2 Instance CreditSpecification
The
CreditSpecification property type specifies the credit option for CPU usage
of a T2 or T3 instance.
CreditSpecification is a property of the AWS::EC2::Instance resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CPUCredits" :String}
YAML
CPUCredits:String
Properties
CPUCredits-
The credit option for CPU usage of a T2 or T3 instance. Valid values are
unlimitedandstandard. T3 instances launch asunlimitedby default. T2 instances launch asstandardby default.Required: No
Type: String
Update requires: No interruption
