Skip to content

Connecting milvus host to aws instance ip #4717

Discussion options

You must be logged in to vote

I run it on GCP Compute Engine VM without any issue. Just expose port 19530 using -p and use the internal IP address for host in Milvus(host="...", port='19530').

P.S. I'm accessing from another VM within the same GCP project

sudo docker run -d --name milvus_cpu_0.11 \
-p 19530:19530 \
-p 19121:19121 \
-v /home/$USER/milvus/db:/var/lib/milvus/db \
-v /home/$USER/milvus/conf:/var/lib/milvus/conf \
-v /home/$USER/milvus/logs:/var/lib/milvus/logs \
-v /home/$USER/milvus/wal:/var/lib/milvus/wal \
milvusdb/milvus:0.11.0-cpu-d101620-4c44c0

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Sushanti99
Comment options

@stephenleo
Comment options

@stephenleo
Comment options

@Sushanti99
Comment options

@stephenleo
Comment options

Answer selected by Sushanti99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants