We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e138188 commit 8b52196Copy full SHA for 8b52196
packages/@aws-cdk/aws-ec2/lib/instance-types.ts
@@ -392,6 +392,26 @@ export enum InstanceClass {
392
*/
393
D2 = 'd2',
394
395
+ /**
396
+ * Storage-optimized instances, 3rd generation
397
+ */
398
+ STORAGE3 = 'd3',
399
+
400
401
402
403
+ D3 = 'd3',
404
405
406
407
408
+ STORAGE3_ENHANCED_NETWORK = 'd3en',
409
410
411
412
413
+ D3EN = 'd3en',
414
415
/**
416
* Storage/compute balanced instances, 1st generation
417
0 commit comments