Commit 4e96848f by Feanil Patel

Default to 3 mongo instances so that clusters do not need an arbiter.

parent 9ace04d2
......@@ -235,7 +235,7 @@
"MongoDesiredCapacity":{
"Description":"The Auto-scaling group desired capacity for the mongodb hosts",
"Type":"Number",
"Default":"2"
"Default":"3"
},
"CacheNodeType":{
"Default":"cache.m1.small",
......@@ -5060,8 +5060,8 @@
"LaunchConfigurationName":{
"Ref":"MongoServer"
},
"MinSize":"2",
"MaxSize":"2",
"MinSize":"3",
"MaxSize":"3",
"DesiredCapacity":{
"Ref":"MongoDesiredCapacity"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment