Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(contrib/ec2): bump size to m3.large
Browse files Browse the repository at this point in the history
A 5GB root volume is too small. We might run into BTRFS issues
with low disk space.
  • Loading branch information
Matthew Fisher committed Apr 18, 2014
1 parent 29f503a commit 90c2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ec2/deis.template
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"InstanceType" : {
"Description" : "EC2 instance type (m1.small, etc).",
"Type" : "String",
"Default" : "m3.medium",
"Default" : "m3.large",
"AllowedValues" : [ "t1.micro","m1.small","m1.medium","m1.large","m1.xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m2.xlarge","m2.2xlarge","m2.4xlarge","c1.medium","c1.xlarge","cc1.4xlarge","cc2.8xlarge","cg1.4xlarge", "hi1.4xlarge", "hs1.8xlarge"],
"ConstraintDescription" : "must be a valid EC2 instance type."
},
Expand Down

0 comments on commit 90c2ead

Please sign in to comment.