Commit a4e02c8b by Feanil Patel

Merge pull request #109 from edx/feanil/cloudformation_update

Allow the bastion box to reach all IPs on the 10.0.x.x subnet.
parents de4cdc8b 373fcf39
......@@ -1429,27 +1429,9 @@
"SecurityGroupEgress":[
{
"IpProtocol":"tcp",
"FromPort":"22",
"ToPort":"22",
"CidrIp":{
"Fn::FindInMap":[
"SubnetConfig",
"Edxapp01",
"CIDR"
]
}
},
{
"IpProtocol":"tcp",
"FromPort":"22",
"ToPort":"22",
"CidrIp":{
"Fn::FindInMap":[
"SubnetConfig",
"Edxapp02",
"CIDR"
]
}
"FromPort":"80",
"ToPort":"80",
"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