Commit 1452ac2a by Feanil Patel

Add the worker to the elasticache security group.

parent 2d5a7337
......@@ -4070,6 +4070,14 @@
"SourceSecurityGroupId":{
"Ref":"EdxappServerSecurityGroup"
}
},
{
"IpProtocol":"tcp",
"FromPort": { "Ref":"CacheNodePort" },
"ToPort": { "Ref":"CacheNodePort" },
"SourceSecurityGroupId":{
"Ref":"WorkerServerSecurityGroup"
}
}
]
}
......
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