DougTrajano / mlflow-server

MLflow Tracking Server with basic auth deployed in AWS App Runner.
https://gallery.ecr.aws/t9j8s4z8/mlflow
Apache License 2.0
34 stars 17 forks source link

Issue after launching APPrunner #95

Closed ogreyesp closed 2 years ago

ogreyesp commented 2 years ago

Hello

I'm very interested in installing MLFLOW in AWS free tier, so I have followed in detail all the described steps in your blog. I'm very new in both MLFLOW and AWS.

After following all the steps of your blog, I got the following error when I tried to access to the MLFLOW UI.

image

What could be the problem?

Thanks in advance!

DougTrajano commented 2 years ago

Hey buddy! Thank you for using it. I'm very happy about that.

Probably, the VPC used by our RDS Database doesn't allow traffic outside VPC for your RDS. It is required because the App Runner uses a VPC provided by AWS (hidden for us).

You can take a look at this issue https://github.com/DougTrajano/mlflow-server/issues/28

You can change your VPC Security Groups to allow external traffic.

ogreyesp commented 2 years ago

Hi, Thank you for your response,

I have followed the steps described here, but the problem still persists.

DougTrajano commented 2 years ago

Hi, Thank you for your response,

I have followed the steps described here, but the problem still persists.

Could you post here the AppRunner's logs? Probably we will find the root cause there. :)