I'm attempting to follow the instructions given here (https://medium.com/@alexanderneshitov/how-to-run-an-mlflow-tracking-server-on-aws-ec2-d7afd0ac8008) to test running MLflow tracker on an ec2 instance. I have done the following from the article
- Install mlflow on ec2
- Install and configure NGINX following the steps given
- Start mlflow server on ec2 using
mlflow server --default-artifact-root s3://test.bucket.for.mlflow/ --host 0.0.0.0
- Access server using its public DNS
According to the article, I should see the mlflow ui when accessing with my ec2 public DNS, but all I see is the following page:
Why would I be seeing this page and not the mlflow page like: