Commit d16bc491 by Feanil Patel

Merge pull request #127 from edx/feanil/cloudformation_fix

Bastion egress should be port 22 not 80.
parents 3269926c 5b743f4d
......@@ -1429,8 +1429,8 @@
"SecurityGroupEgress":[
{
"IpProtocol":"tcp",
"FromPort":"80",
"ToPort":"80",
"FromPort":"22",
"ToPort":"22",
"CidrIp":"10.0.0.0/16"
}
]
......
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