Need URI for a ECS Cluster

0

My scenario is the following:

I was running mlflow locally in my machine setting my tracking uri as follows:

mlflow.set_tracking_uri("http://127.0.0.1:5000")

Now I am running the mlflow server in a ECS cluster which takes care of executing the server in EC2, mlflow db stored in S3, and mlflow logs and artifacts stored in RDS.

I need to replace the "http://127.0.0.1:5000" with the cluster's URI, but I cannot find the URI anywhere in the cluster configuration. I am not running load balancing.

Here is the document that I have been referring to: https://aws.amazon.com/blogs/machine-learning/managing-your-machine-learning-lifecycle-with-mlflow-and-amazon-sagemaker/

Can I do this without the load balancing, or should I need to just for the sake of getting a URI?

Thanks!

  • Are you still experiencing this issue?

rvenkat
asked 2 years ago64 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions