Skip to content

Commit 25503ff

Browse files
author
Dan van den Berg
committed
chore(ec2): introducing c4 instance types
This change adds the recently introduces c4 instance types to the list of allowed types in the CloudFormation template.
1 parent 70e00aa commit 25503ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

contrib/ec2/deis.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
"c3.2xlarge",
4949
"c3.4xlarge",
5050
"c3.8xlarge",
51+
"c4.large",
52+
"c4.xlarge",
53+
"c4.2xlarge",
54+
"c4.4xlarge",
55+
"c4.8xlarge",
5156
"c1.medium",
5257
"c1.xlarge",
5358
"cc2.8xlarge",

0 commit comments

Comments
 (0)