Commit cafb4022 by John Jarvis

Merge pull request #70 from edx/jarv/change-autoscaling

setting auto-scaling min/max to 2
parents 6da9f55e f31846c9
......@@ -1672,8 +1672,8 @@
"LaunchConfigurationName":{
"Ref":"EdxappServer"
},
"MinSize":"1",
"MaxSize":"6",
"MinSize":"2",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"EdxappDesiredCapacity"
},
......@@ -2048,7 +2048,7 @@
"LaunchConfigurationName":{
"Ref":"XqueueServer"
},
"MinSize":"1",
"MinSize":"2",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"XqueueDesiredCapacity"
......@@ -2421,7 +2421,7 @@
"LaunchConfigurationName":{
"Ref":"RabbitMQServer"
},
"MinSize":"1",
"MinSize":"2",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"RabbitMQDesiredCapacity"
......@@ -2806,7 +2806,7 @@
"LaunchConfigurationName":{
"Ref":"XServer"
},
"MinSize":"1",
"MinSize":"2",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"XServerDesiredCapacity"
......
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