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 logs group and tags #7219

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

nathanthorpe
Copy link

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