如何将自定义标签添加到 AWS Batch 作业提交,以便它显示在 CloudWatch 状态更改事件中?

How do I add a custom tag to an AWS Batch job submission so that it shows up in CloudWatch status change events?

例如,出于计费目的,我想传递一个标签,其中包含可以传递给 CloudWatch 事件的信息。

  1. 使用标签“billTo: Jensen121”向 AWS Batch 提交作业
  2. Cloudwatch 使用标签
  3. 触发状态更改事件
  4. 单独的应用程序读取 Cloudwatch 事件、读取标签并向正确的客户开具账单

作业标签不包含在 CloudWatch 状态更改事件中,请参阅 the documentation. However, your application can read the job ID from the detail.jobId event field and then use DescribeJobs API 获取标签。