1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
Below are the set of parameters that can be passed while submitting a Batch job using AWS EventBridge. Please refer this document for more info.
- ArrayProperties
- JobDefinition
- JobName
- RetryStrategy
As you can see, it doesn't have a parameter for specifying tag information.
As per the AWS Batch tagging resources documentation, the AWS Batch jobs do not support tag propagation. This means that tags do not propagate from Batch Job definition to the Batch job. They can currently be added through AWS API/CLI/SDK only.
If you prefer, you can have the EventBridge trigger a lambda function that can use AWS API/SDK to submit the Batch job by passing the tag information.
I hope this helps!
Relevant content
- Accepted Answerasked a year ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 days ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago