I have a working container in Amazon\'s ECS that runs a program as a task. I would like to pass some program arguments, as I would do when running locally with docker run<
docker run<
It was easy: the command line arguments can be passed as Command in ECS configuration, instead of entrypoint.