Skip to content

Commit 6c523f2

Browse files
leeparix0rrr
authored andcommitted
fix(aws-ec2): Add Burstable Generation 3 Instances (#812)
Add T3/Burstable3 to the instance types enumeration.
1 parent 8a5299a commit 6c523f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: packages/@aws-cdk/aws-ec2/lib/instance-types.ts

+10
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ export enum InstanceClass {
128128
*/
129129
T2 = 't2',
130130

131+
/**
132+
* Burstable instances, 3rd generation
133+
*/
134+
Burstable3 = 't3',
135+
136+
/**
137+
* Burstable instances, 3rd generation
138+
*/
139+
T3 = 't3',
140+
131141
/**
132142
* Memory-intensive instances, 1st generation
133143
*/

0 commit comments

Comments
 (0)