Commit 4e96848f by Feanil Patel

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

parent 9ace04d2
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
"MongoDesiredCapacity":{ "MongoDesiredCapacity":{
"Description":"The Auto-scaling group desired capacity for the mongodb hosts", "Description":"The Auto-scaling group desired capacity for the mongodb hosts",
"Type":"Number", "Type":"Number",
"Default":"2" "Default":"3"
}, },
"CacheNodeType":{ "CacheNodeType":{
"Default":"cache.m1.small", "Default":"cache.m1.small",
...@@ -5060,8 +5060,8 @@ ...@@ -5060,8 +5060,8 @@
"LaunchConfigurationName":{ "LaunchConfigurationName":{
"Ref":"MongoServer" "Ref":"MongoServer"
}, },
"MinSize":"2", "MinSize":"3",
"MaxSize":"2", "MaxSize":"3",
"DesiredCapacity":{ "DesiredCapacity":{
"Ref":"MongoDesiredCapacity" "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