Commit baa238d0 by jarv

Merge pull request #19 from edx/feature/sef/refarch-constraint

reduce scaling group minimums to 1 for dev/test
parents 5cd40117 fac80461
......@@ -1652,7 +1652,7 @@
"LaunchConfigurationName":{
"Ref":"EdxappServer"
},
"MinSize":"2",
"MinSize":"1",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"EdxappDesiredCapacity"
......@@ -2028,7 +2028,7 @@
"LaunchConfigurationName":{
"Ref":"XqueueServer"
},
"MinSize":"2",
"MinSize":"1",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"XqueueDesiredCapacity"
......@@ -2401,7 +2401,7 @@
"LaunchConfigurationName":{
"Ref":"RabbitMQServer"
},
"MinSize":"2",
"MinSize":"1",
"MaxSize":"2",
"DesiredCapacity":{
"Ref":"RabbitMQDesiredCapacity"
......@@ -2786,7 +2786,7 @@
"LaunchConfigurationName":{
"Ref":"XServer"
},
"MinSize":"2",
"MinSize":"1",
"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