Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions spire/templates/shared-ecs/asg-sg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,6 @@ Resources:
IpProtocol: tcp
SourceSecurityGroupId: !Ref LoadBalancerSecurityGroupId
ToPort: 60999
InstanceSecurityGroupSshIpv4Ingress:
Type: AWS::EC2::SecurityGroupIngress
Properties:
CidrIp: 0.0.0.0/0
Description: !Sub >-
Allows inbound SSH traffic to ${EnvironmentType} ASG instances
FromPort: 22
GroupId: !GetAtt InstanceSecurityGroup.GroupId
IpProtocol: tcp
ToPort: 22
InstanceSecurityGroupSshIpv6Ingress:
Type: AWS::EC2::SecurityGroupIngress
Properties:
CidrIpv6: ::/0
Description: !Sub >-
Allows inbound SSH traffic to ${EnvironmentType} ASG instances
FromPort: 22
GroupId: !GetAtt InstanceSecurityGroup.GroupId
IpProtocol: tcp
ToPort: 22
InstanceSecurityGroupAllIpv4Egress:
Type: AWS::EC2::SecurityGroupEgress
Properties:
Expand Down