From 50dcd07f6c92bf381d3c856463fc2aa8c623e167 Mon Sep 17 00:00:00 2001 From: DiegoVictor Date: Mon, 17 Jun 2024 19:47:02 -0300 Subject: [PATCH] Fix ip protocol --- infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure.yml b/infrastructure.yml index bf6fa60..a2573a9 100644 --- a/infrastructure.yml +++ b/infrastructure.yml @@ -112,7 +112,7 @@ Resources: ToPort: 443 SourceSecurityGroupId: !GetAtt LambdaSecurityGroup.GroupId SecurityGroupEgress: - - IpProtocol: 443 + - IpProtocol: tcp FromPort: 443 ToPort: 443 DestinationSecurityGroupId: !GetAtt LambdaSecurityGroup.GroupId