Skip to content

Commit

Permalink
Merge pull request #4865 from mnaamani/aws-cf-template
Browse files Browse the repository at this point in the history
aws ec2 instances: update sec policy
  • Loading branch information
mnaamani committed Jun 14, 2024
2 parents b0b0894 + bf76754 commit fca2800
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions devops/aws/cloudformation/single-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Resources:
FromPort: 30333
ToPort: 30333
CidrIp: 0.0.0.0/0
- IpProtocol: tcp
FromPort: 8081
ToPort: 8081
CidrIp: 0.0.0.0/0
- IpProtocol: tcp
FromPort: 4000
ToPort: 4000
CidrIp: 0.0.0.0/0
Tags:
- Key: Name
Value: !Sub '${AWS::StackName}_substrate_node'
Expand Down

0 comments on commit fca2800

Please sign in to comment.