We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8a570 commit 6ad389cCopy full SHA for 6ad389c
cicd/3-app/aiproxy/template.yml
@@ -101,6 +101,11 @@ Resources:
101
GroupDescription: Security Group for ECS Service
102
# TODO: This copies geocoder, but we should probably have a separate VPC for this service.
103
VpcId: !ImportValue VPC
104
+ SecurityGroupIngress:
105
+ - IpProtocol: tcp
106
+ FromPort: 80
107
+ ToPort: 80
108
+ CidrIp: 0.0.0.0/0
109
110
ECSTaskDefinition:
111
Type: "AWS::ECS::TaskDefinition"
0 commit comments