Hi everyone. I'm trying to deploy a prefect server in ECS. The server works fine locally in a docker compose file. But in ECS, I got a time out error (see logs here
https://gist.github.com/lucascr91/b5d833666d79601a86bdd2f2ec12962b)
I use my local prefect server to test the connection to the RDS instance I created for the ECS deployment and it worked fine. But in the ECS task I always got this error. I thought it could be related to resource constraint but even after I increase the CPU and memory for the task it fails to start up the server. Any hint on what is possibly going on will be appreciated.