Commit 4c666f8d by e0d

bug fixes to cache commands

parent 7f1e1a65
......@@ -2578,7 +2578,7 @@
"IpProtocol":"tcp",
"FromPort":"5672",
"ToPort":"5672",
"SourceSecurityGroupID" : {
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQELBSecurityGroup"
}
},
......@@ -3139,13 +3139,13 @@
{
"Ref":"EdxVPC"
},
"_ElasticCacheSubnetGroup --description 'VPC ElasticCache Subnet Group'",
"--subnet-ID-list",
"-ElasticCacheSubnetGroup --description 'VPC ElasticCache Subnet Group'",
" --subnet-ID-list",
" ",
{
"Ref":"Cache01"
},
" ",
",",
{
"Ref":"Cache02"
}
......@@ -3164,7 +3164,7 @@
{
"Ref":"EdxVPC"
},
"_ElacticCacheCluster --num-cache-nodes ",
"-Cache --num-cache-nodes ",
{
"Ref":"NumberOfCacheNodes"
},
......@@ -3175,7 +3175,11 @@
" --engine memcached --engine-version 1.4.5 --port 12345 --preferred-availability-zone us-east-1b",
" --cache-parameter-group-name default.memcached1.4 --auto-minor-version-upgrade true",
" --cache-subnet-group-name ElasticCacheSubnetGroup",
"bar"
" ",
{
"Ref":"EdxVPC"
},
"-ElasticCacheSubnetGroup"
]
]
}
......
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