Skip to content

Commit 9da08ed

Browse files
committed
Merge pull request #1621 from carmstrong/ec2_instance_warning
docs(contrib/ec2): document recommended instance size
2 parents 72f5419 + e04db78 commit 9da08ed

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

contrib/ec2/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ by setting the value in [cloudformation.json](cloudformation.json) like so:
7272
The only entry in cloudformation.json required to launch your cluster is `KeyPair`,
7373
which is already filled out. The defaults will be applied for the other settings.
7474

75+
NOTE: The smallest recommended instance size is `large`. Having not enough CPU or RAM will result
76+
in numerous issues when using the cluster.
77+
7578
## Launch into an existing VPC
7679
By default, the provided CloudFormation script will create a new VPC for Deis. However, the script
7780
supports provisioning into an existing VPC instead. You'll need to have a VPC configured with an

contrib/ec2/deis.template.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"m3.large",
3636
"m3.xlarge",
3737
"m3.2xlarge",
38-
"m1.small",
3938
"m1.medium",
4039
"m1.large",
4140
"m1.xlarge",
@@ -63,9 +62,6 @@
6362
"r3.2xlarge",
6463
"r3.4xlarge",
6564
"r3.8xlarge",
66-
"t1.micro",
67-
"t2.micro",
68-
"t2.small",
6965
"t2.medium"
7066
],
7167
"ConstraintDescription" : "must be a valid EC2 instance type."

0 commit comments

Comments
 (0)