Connecting milvus host to aws instance ip #4717
Answered
by
stephenleo
Sushanti99
asked this question in
Q&A and General discussion
-
Can somebody here help me with how to connect Milvus(host="...", port='19530') to a milvus running on docker on an ec2 instance? I can't seem to find anything in the documentation either |
Beta Was this translation helpful? Give feedback.
Answered by
stephenleo
Feb 18, 2021
Replies: 1 comment 5 replies
-
I run it on GCP Compute Engine VM without any issue. Just expose port 19530 using -p and use the internal IP address for P.S. I'm accessing from another VM within the same GCP project
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Sushanti99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
inMilvus(host="...", port='19530')
.P.S. I'm accessing from another VM within the same GCP project