Skip to content

Commit

Permalink
Update template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray authored May 8, 2024
1 parent 533b9a5 commit 844c817
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/cloudformation/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,9 @@ Resources:
FromPort: 80
ToPort: 80
CidrIp: !Ref IngressCidr
- IpProtocol: tcp
FromPort: 80
ToPort: 80
CidrIp: 174.72.69.130/32
SecurityGroupEgress:
- IpProtocol: "-1" # Allows all outbound traffic
CidrIp: 0.0.0.0/0
CidrIp: !Ref EgressCidr

SSMInstanceRole:
Type: AWS::IAM::Role
Expand Down

0 comments on commit 844c817

Please sign in to comment.