Skip to content

Commit 8b52196

Browse files
authoredDec 13, 2021
1 parent e138188 commit 8b52196

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

‎packages/@aws-cdk/aws-ec2/lib/instance-types.ts

+20
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,26 @@ export enum InstanceClass {
392392
*/
393393
D2 = 'd2',
394394

395+
/**
396+
* Storage-optimized instances, 3rd generation
397+
*/
398+
STORAGE3 = 'd3',
399+
400+
/**
401+
* Storage-optimized instances, 3rd generation
402+
*/
403+
D3 = 'd3',
404+
405+
/**
406+
* Storage-optimized instances, 3rd generation
407+
*/
408+
STORAGE3_ENHANCED_NETWORK = 'd3en',
409+
410+
/**
411+
* Storage-optimized instances, 3rd generation
412+
*/
413+
D3EN = 'd3en',
414+
395415
/**
396416
* Storage/compute balanced instances, 1st generation
397417
*/

0 commit comments

Comments
 (0)
Please sign in to comment.