How to monitor ECS + Fargate runs? I am using Prefect cloud, an AWS hosted agent, I created a deploy...
i
How to monitor ECS + Fargate runs? I am using Prefect cloud, an AWS hosted agent, I created a deploy with an ECS task from
prefect-aws
The agent logs are only showing resource allocation + cleanup, the prefect cloud web UI is showing the flow as crashed. I have some guesses about what's wrong (a pip package hosted in a private repository) but I would like to know where I could look.
is there a way to also run the default Docker locally the same way it's being run in ECS + Fargate to check how everything looks like (Infrastructure mainly), I see the Docker image in Docker hub but I don't see how it's being run by the agent.
a
I would love to hear on this, I've got a similar stack and I am looking for ways to monitor and debug failed flows better.