Skip to content

Commit 71b7b46

Browse files
create log group
1 parent b3c3ae2 commit 71b7b46

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,15 @@ Resources:
122122
LogConfiguration:
123123
LogDriver: awslogs
124124
Options:
125-
awslogs-group: !Ref AWS::StackName
125+
awslogs-group: !Ref ECSTaskLogGroup
126126
awslogs-region: !Ref AWS::Region
127127
awslogs-stream-prefix: ecs
128128

129+
LogGroup:
130+
Type: AWS::Logs::LogGroup
131+
Properties:
132+
LogGroupName: !Sub "${AWS::StackName}"
133+
129134
Outputs:
130135
AiProxyURL:
131136
Value:

0 commit comments

Comments
 (0)