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 68868b7 commit 8974a97Copy full SHA for 8974a97
cicd/3-app/aiproxy/template.yml
@@ -103,15 +103,15 @@ Resources:
103
ECSTaskDefinition:
104
Type: "AWS::ECS::TaskDefinition"
105
Properties:
106
- Family: webserver
+ Family: aiproxy
107
Cpu: '256'
108
Memory: '512'
109
NetworkMode: awsvpc
110
RequiresCompatibilities:
111
- FARGATE
112
ExecutionRoleArn: !ImportValue AiProxyECSTaskExecutionRoleArn
113
ContainerDefinitions:
114
- - Name: webserver
+ - Name: aiproxy
115
Image: !Ref AppImageUri
116
Memory: 512
117
Cpu: 256
0 commit comments