File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ by setting the value in [cloudformation.json](cloudformation.json) like so:
7272The only entry in cloudformation.json required to launch your cluster is ` KeyPair ` ,
7373which 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
7679By default, the provided CloudFormation script will create a new VPC for Deis. However, the script
7780supports provisioning into an existing VPC instead. You'll need to have a VPC configured with an
Original file line number Diff line number Diff line change 3535 " m3.large" ,
3636 " m3.xlarge" ,
3737 " m3.2xlarge" ,
38- " m1.small" ,
3938 " m1.medium" ,
4039 " m1.large" ,
4140 " m1.xlarge" ,
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."
You can’t perform that action at this time.
0 commit comments