Unable to find Tags passed using CreateMediaConcatenationPipelineCommand

0

Hi, I am concatenating a video using CreateMediaConcatenationPipelineCommand.

In this command i send the Sources, Sinks and Tags. However, when the file is created in the S3 bucket, i cannot find the Tags that i had provided using CreateMediaConcatenationPipelineCommand.

asked 2 months ago63 views
1 Answer
1

Based on the documentation, it seems that the command allows you to specify tags for the pipeline itself, but not necessarily for the output file that is created in the S3 bucket.

The Tags parameter in the command is used to assign metadata tags to the media concatenation pipeline, not to the output file. These tags are used for resource identification and management purposes within AWS, but they do not automatically get applied to the output files generated by the pipeline.

To ensure that tags are applied to the output file in the S3 bucket, you may need to use a separate process or AWS service to apply tags to the file after it has been created. For example, you could use an AWS Lambda function triggered by S3 events to apply tags to newly created files in the bucket. Alternatively, you could use the AWS S3 API or CLI to apply tags to the file after it has been created by the concatenation pipeline.

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions