Hi all, I hosted my prefect server on AWS EC2 instance using ubuntu image. The server is hosted correctly and when I run my flows using the CMD its working fine and I'm able to see the flow runs successfully.
But when I use my deployment to run the flow its failing instantly and getting the below error.
State Message
Submission failed. OSError: [Errno 5] Input/output error
Can anyone help me on this?