Ffmpeg container with ECS fargate

i want to use linuxserver.io’s ffmpeg docker image to run a task in ECS that will take an mp4 file from S3, process it and and will save the output to S3, but the image is ephemeral, and supposed to run for short time, so how can i implement this?

You mentioned taking a single file and converting it, which sounds like a perfect fit for an ephemeral process. I don’t follow why an ephemeral container would be an issue. Please explain your use case more clearly if I misunderstood.