Skip to content

Conversation

@nathanthorpe
Copy link
Contributor

Add the logsGroup and resourceTags config option to the default-runtime-attributes section of the AWS Batch configuration.

This enables you to send the logs to a custom log group name and tag the jobs that Cromwell submits.

Sample usage:

default-runtime-attributes {
    queueArn: "arn:aws:batch:us-east-1:111222333444:job-queue/job-queue"
    logsGroup: "/Cromwell/job/"
    resourceTags {
       projectid: "project1"
    }
}

@nathanthorpe nathanthorpe requested a review from a team as a code owner September 16, 2023 03:20
@nathanthorpe nathanthorpe changed the title Add support for custom logs group and tags AWS Batch - add support for custom logs group and tags Sep 16, 2023
@sminot
Copy link

sminot commented Sep 18, 2023

This would be really helpful, thank you @nathanthorpe!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants