lucas oliveira
11/18/2021, 6:44 PMSubmitted for execution: Task arn:aws:ecs:us-east-2:<my-account>:task/my-fargate-cluster/1eb7b9cbd17c448ab4fcdc76e4692297
Has anyone experienced a similar problem and can you help me?
Thanks!Kevin Kho
lucas oliveira
11/18/2021, 6:59 PMKevin Kho
prefect ecs agent start --log-level=debug
but you can check also if the task even registered. ECSRun will register the new task definition. That should be a good clue if it can communicateKevin Kho
Anna Geller
Anna Geller
lucas oliveira
11/18/2021, 8:05 PMlucas oliveira
11/18/2021, 8:10 PMrun_config = ECSRun(
memory=512,
cpu=256, execution_role_arn="arn:aws:iam::<my-account>:role/AllowPrefectAgentExecuteTask",
image="anisienia/prefect-pydata",
)
Kevin Kho
Anna Geller
lucas oliveira
11/19/2021, 12:06 PM