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 @@ ...@@ -1672,8 +1672,8 @@
"LaunchConfigurationName":{ "LaunchConfigurationName":{
"Ref":"EdxappServer" "Ref":"EdxappServer"
}, },
"MinSize":"1", "MinSize":"2",
"MaxSize":"6", "MaxSize":"2",
"DesiredCapacity":{ "DesiredCapacity":{
"Ref":"EdxappDesiredCapacity" "Ref":"EdxappDesiredCapacity"
}, },
...@@ -2048,7 +2048,7 @@ ...@@ -2048,7 +2048,7 @@
"LaunchConfigurationName":{ "LaunchConfigurationName":{
"Ref":"XqueueServer" "Ref":"XqueueServer"
}, },
"MinSize":"1", "MinSize":"2",
"MaxSize":"2", "MaxSize":"2",
"DesiredCapacity":{ "DesiredCapacity":{
"Ref":"XqueueDesiredCapacity" "Ref":"XqueueDesiredCapacity"
...@@ -2421,7 +2421,7 @@ ...@@ -2421,7 +2421,7 @@
"LaunchConfigurationName":{ "LaunchConfigurationName":{
"Ref":"RabbitMQServer" "Ref":"RabbitMQServer"
}, },
"MinSize":"1", "MinSize":"2",
"MaxSize":"2", "MaxSize":"2",
"DesiredCapacity":{ "DesiredCapacity":{
"Ref":"RabbitMQDesiredCapacity" "Ref":"RabbitMQDesiredCapacity"
...@@ -2806,7 +2806,7 @@ ...@@ -2806,7 +2806,7 @@
"LaunchConfigurationName":{ "LaunchConfigurationName":{
"Ref":"XServer" "Ref":"XServer"
}, },
"MinSize":"1", "MinSize":"2",
"MaxSize":"2", "MaxSize":"2",
"DesiredCapacity":{ "DesiredCapacity":{
"Ref":"XServerDesiredCapacity" "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