Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 486c124

Browse files
committed
add ebs-autoscale logs to cloudwatch config
1 parent fb0d2bf commit 486c124

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/templates/gwfcore/gwfcore-launch-template.template.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ Resources:
148148
"file_path": "/var/log/ecs/ecs-volume-plugin.log",
149149
"log_group_name": "/aws/ecs/container-instance/${Namespace}",
150150
"log_stream_name": "/aws/ecs/container-instance/${Namespace}/{instance_id}/ecs-volume-plugin.log"
151+
},
152+
{
153+
"file_path": "/var/log/ebs-autoscale-install.log",
154+
"log_group_name": "/aws/ecs/container-instance/${Namespace}",
155+
"log_stream_name": "/aws/ecs/container-instance/${Namespace}/{instance_id}/ebs-autoscale-install.log"
156+
},
157+
{
158+
"file_path": "/var/log/ebs-autoscale.log",
159+
"log_group_name": "/aws/ecs/container-instance/${Namespace}",
160+
"log_stream_name": "/aws/ecs/container-instance/${Namespace}/{instance_id}/ebs-autoscale.log"
151161
}
152162
]
153163
}

0 commit comments

Comments
 (0)