You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use a custom AMI for speed up the runner boot time and also to reduce AWSEUC1-DataTransfer-Regional-Bytes costs. When using a user-data script, I build the ${logFiles} value in my terraform module and use it in cloudwatch_config.json like below, to forward the user-data and runner log files to cloudwatch.
What is the recommended way of customizing the cw agent config with the log files?
Hello!
I am trying to use a custom AMI for speed up the runner boot time and also to reduce
AWSEUC1-DataTransfer-Regional-Bytes
costs. When using a user-data script, I build the${logFiles}
value in my terraform module and use it incloudwatch_config.json
like below, to forward the user-data and runner log files to cloudwatch.What is the recommended way of customizing the cw agent config with the log files?
Thanks!
The text was updated successfully, but these errors were encountered: