Skip to content

Commit 90c2ead

Browse files
author
Matthew Fisher
committed
fix(contrib/ec2): bump size to m3.large
A 5GB root volume is too small. We might run into BTRFS issues with low disk space.
1 parent 29f503a commit 90c2ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ec2/deis.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"InstanceType" : {
3434
"Description" : "EC2 instance type (m1.small, etc).",
3535
"Type" : "String",
36-
"Default" : "m3.medium",
36+
"Default" : "m3.large",
3737
"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"],
3838
"ConstraintDescription" : "must be a valid EC2 instance type."
3939
},

0 commit comments

Comments
 (0)