I am trying to transform this app app which open a url with firefox inside docker and push to rtmp with ffmpeg basically. https://github.com/aws-samples/amazon-chime-live-events . Used same dockerfile and made a docker compose for fargate deploy.
My question is how can I use multiple fargate tasks can work seperatly. I will start those task from lambda with different parameters. I don't want same task with same parameter scaled. Where is this indepent working style should be configured? ECS? Fargate?