Skip to content

Commit 5e9a400

Browse files
committed
Add support for t3 instance types
1 parent a2d83ad commit 5e9a400

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ecs-cli/modules/clients/aws/cloudformation/template.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ var template = `
6161
"t2.large",
6262
"t2.xlarge",
6363
"t2.2xlarge",
64+
"t3.nano",
65+
"t3.micro",
66+
"t3.small",
67+
"t3.medium",
68+
"t3.large",
69+
"t3.xlarge",
70+
"t3.2xlarge",
6471
"m3.medium",
6572
"m3.large",
6673
"m3.xlarge",

0 commit comments

Comments
 (0)