Skip to content

Commit e03a363

Browse files
committed
Fix port range
1 parent 70123f8 commit e03a363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theworld/terra/templates/shared-ecs/asg-sg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Resources:
4747
GroupId: !GetAtt InstanceSecurityGroup.GroupId
4848
IpProtocol: tcp
4949
SourceSecurityGroupId: !Ref LoadBalancerSecurityGroupId
50-
ToPort: 60999
50+
ToPort: 61000
5151
InstanceSecurityGroupSshIpv4Ingress:
5252
Type: AWS::EC2::SecurityGroupIngress
5353
Properties:

0 commit comments

Comments
 (0)