Commit 16b3f0c4 by Sef Kloninger

cfn templ: up max for app servers from 2 to 6

You may want to deploy more app instances by default to start with.
parent baccb2f6
...@@ -1661,7 +1661,7 @@ ...@@ -1661,7 +1661,7 @@
"Ref":"EdxappServer" "Ref":"EdxappServer"
}, },
"MinSize":"1", "MinSize":"1",
"MaxSize":"2", "MaxSize":"6",
"DesiredCapacity":{ "DesiredCapacity":{
"Ref":"EdxappDesiredCapacity" "Ref":"EdxappDesiredCapacity"
}, },
......
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