diff --git a/cloudformation_templates/edx-admin-reference-architecture.json b/cloudformation_templates/edx-admin-reference-architecture.json index e65432c..c5b8220 100644 --- a/cloudformation_templates/edx-admin-reference-architecture.json +++ b/cloudformation_templates/edx-admin-reference-architecture.json @@ -711,6 +711,11 @@ }, { "IpProtocol":"tcp", + "ToPort":"80", + "CidrIp":"0.0.0.0/0" + }, + { + "IpProtocol":"tcp", "FromPort":{ "Ref": "JenkinsServerPort" }, "ToPort":{ "Ref": "JenkinsServerPort" }, "CidrIp":"0.0.0.0/0"