We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5299a commit 6c523f2Copy full SHA for 6c523f2
1 file changed
packages/@aws-cdk/aws-ec2/lib/instance-types.ts
@@ -128,6 +128,16 @@ export enum InstanceClass {
128
*/
129
T2 = 't2',
130
131
+ /**
132
+ * Burstable instances, 3rd generation
133
+ */
134
+ Burstable3 = 't3',
135
+
136
137
138
139
+ T3 = 't3',
140
141
/**
142
* Memory-intensive instances, 1st generation
143
0 commit comments