Skip to content

Commit 5504fe8

Browse files
committed
Adding new EBS volume types.
1 parent 678f707 commit 5504fe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,13 @@
165165
"Description" : "Type of volume to create either new or from snapshot",
166166
"Type" : "String",
167167
"Default" : "gp2",
168-
"ConstraintDescription" : "must be a supported volume type: standard, io1, gp2",
168+
"ConstraintDescription" : "must be a supported volume type: standard, io1, gp2, st1, sc1",
169169
"AllowedValues" : [
170170
"standard",
171171
"gp2",
172172
"io1"
173+
"st1"
174+
"sc1"
173175
]
174176
},
175177
"MasterSubnetId" : {

0 commit comments

Comments
 (0)