Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Batch - add support for custom log group name and additional tags #48

Merged

Conversation

nathanthorpe
Copy link

@nathanthorpe nathanthorpe commented Jul 17, 2024

Add the logGroupName and additionalTags 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"
    logGroupName: "/Cromwell/job/"
    additionalTags {
       projectid: "project1"
    }
}

@henriqueribeiro henriqueribeiro merged commit b8c215a into henriqueribeiro:master Jul 31, 2024
4 of 5 checks passed
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