You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ Metadata:
81
81
- ImageIdParameter
82
82
- InstanceOperatingSystem
83
83
- InstanceTypes
84
+
- CpuCredits
84
85
- EnableInstanceStorage
85
86
- MountTmpfsAtTmp
86
87
- AgentsPerInstance
@@ -541,6 +542,14 @@ Parameters:
541
542
AllowedPattern: "^[\\w-\\.]+(,[\\w-\\.]*){0,24}$"
542
543
ConstraintDescription: "must contain 1-25 instance types separated by commas. No space before/after the comma."
543
544
545
+
CpuCredits:
546
+
Description: Credit option for CPU usage of burstable instances. Sets the CreditSpecification.CpuCredits property in the LaunchTemplate for T-class instance types (t2, t3, t3a, t4g).
0 commit comments