Running into an issue referencing Anna's dataflow-ops template on deploying the ECS agent.
"containerDefinitions": [
"entryPoint": [
"bash",
"-c"
],
"command": [
"prefect agent start -q ecs-worker"
],
results in error:
Usage: prefect agent [OPTIONS] COMMAND [ARGS]...
Try 'prefect agent -h' for help.
Error: No such command 'start'.
"containerDefinitions": [
"entryPoint": [
"bash",
"-c"
],
"command": [
"prefect","agent","start","-q","ecs-worker"
],
results in what appears to be calling "prefect" with nothing else, as the logs just keep repeating the menu stdout: