Skip to content

Commit

Permalink
Update template with available instance types
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Oct 18, 2017
1 parent 87a06c1 commit 0d6a6e7
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions ecs-cli/modules/clients/aws/cloudformation/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ var template = `
"t2.small",
"t2.medium",
"t2.large",
"t2.xlarge",
"t2.2xlarge",
"m3.medium",
"m3.large",
"m3.xlarge",
Expand All @@ -58,6 +60,7 @@ var template = `
"m4.2xlarge",
"m4.4xlarge",
"m4.10xlarge",
"m4.16xlarge",
"c4.large",
"c4.xlarge",
"c4.2xlarge",
Expand All @@ -68,13 +71,6 @@ var template = `
"c3.2xlarge",
"c3.4xlarge",
"c3.8xlarge",
"p2.xlarge",
"p2.8xlarge",
"p2.16xlarge",
"g2.2xlarge",
"g2.16xlarge",
"x1.16xlarge",
"x1.32xlarge",
"r3.large",
"r3.xlarge",
"r3.2xlarge",
Expand All @@ -86,6 +82,13 @@ var template = `
"r4.4xlarge",
"r4.8xlarge",
"r4.16xlarge",
"x1.16xlarge",
"x1.32xlarge",
"x1e.32xlarge",
"d2.xlarge",
"d2.2xlarge",
"d2.4xlarge",
"d2.8xlarge",
"i2.xlarge",
"i2.2xlarge",
"i2.4xlarge",
Expand All @@ -96,12 +99,16 @@ var template = `
"i3.4xlarge",
"i3.8xlarge",
"i3.16xlarge",
"f1.2xlarge",
"f2.16xlarge",
"g2.2xlarge",
"g2.8xlarge",
"d2.xlarge",
"d2.2xlarge",
"d2.4xlarge",
"d2.8xlarge"
"g3.4xlarge",
"g3.8xlarge",
"g3.16xlarge",
"p2.xlarge",
"p2.8xlarge",
"p2.16xlarge"
],
"ConstraintDescription": "must be a valid EC2 instance type."
},
Expand Down

0 comments on commit 0d6a6e7

Please sign in to comment.