aws-solutions / video-on-demand-on-aws

An automated reference implementation leveraging AWS Step Functions and AWS Media Services to deploy a scalable fault tolerant Video on demand workflow
https://aws.amazon.com/solutions/video-on-demand-on-aws/
Apache License 2.0
504 stars 241 forks source link

Is there a way to tag the jobs? #80

Closed shajayesh closed 4 years ago

shajayesh commented 4 years ago

As MC can quickly add up the bill, is there a way to pass tags while passing json? Or any other way?

Thank You

tomnight commented 4 years ago

https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-resources-for-catt.html

The above link explains how to tag jobs for billing purposes. You will need to update the Encode Lambda function to add the tags to the JSON payload before submitting the job to MediaConvert.

This would actually make a nice feature so we will add it to our backlog!

tomnight commented 4 years ago

closing as inactive, feature request has been added to our backlog.