AWS::EC2::Instance CreditSpecification
Specifies the credit option for CPU usage of a T2, T3, or T3a 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 the instance. Valid values are
standard
andunlimited
.T3
instances launch asunlimited
by default.T2
instances launch asstandard
by default.Required: No
Type: String
Update requires: No interruption