I am trying to run a Prefect flow in ECS with a pr...
# ask-community
e
I am trying to run a Prefect flow in ECS with a prebuilt docker image. However, when the container is pulled the default command is being run; where would i configure the prefect flow entrypoint to execute? Also, what is happening under the hood when the flow run is executing? Particularly with regards to the parameters sent, what is organizing that and how is that information sent to the environment where the flow run is being executed?