Skip to content

Commit 6ad389c

Browse files
update security group
1 parent ab8a570 commit 6ad389c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ Resources:
101101
GroupDescription: Security Group for ECS Service
102102
# TODO: This copies geocoder, but we should probably have a separate VPC for this service.
103103
VpcId: !ImportValue VPC
104+
SecurityGroupIngress:
105+
- IpProtocol: tcp
106+
FromPort: 80
107+
ToPort: 80
108+
CidrIp: 0.0.0.0/0
104109

105110
ECSTaskDefinition:
106111
Type: "AWS::ECS::TaskDefinition"

0 commit comments

Comments
 (0)