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

Store artifacts to existing bucket #173

Closed sofq closed 2 years ago

sofq commented 2 years ago

Hello @DougTrajano,

I want to use the existing bucket to store the artifact. But when I run:

terraform apply -var mlflow_username="admin" -var mlflow_password="12345" -var artifact_bucket_id="mlflow-artifact-feeder"

I got below error:

image

Would you have any idea of why this happens ?

Thank you.

DougTrajano commented 2 years ago

Hey buddy! It's an issue on the Terraform stack, I'll fix it ASAP.