Skip to content

Commit d5b110b

Browse files
committed
Removed CF HTTP egress
1 parent 14520f7 commit d5b110b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/aws/UID_CloudFormation.template.yml

-5
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,6 @@ Resources:
240240
CidrIp: !Ref TrustNetworkCidr
241241
Description: "Prometheus metrics"
242242
SecurityGroupEgress:
243-
- IpProtocol: tcp
244-
FromPort: '80'
245-
ToPort: '80'
246-
CidrIp: 0.0.0.0/0
247-
Description: "Allow Outbound HTTP"
248243
- IpProtocol: tcp
249244
FromPort: '443'
250245
ToPort: '443'

0 commit comments

Comments
 (0)