Need help restricting Weaviate access to only VPC IPs

Hi everyone,
I’m new to Weaviate and need some help.

I’m trying to set up my Weaviate instance so that it can only be accessed from IPs within my VPC.
I’ve already modified the inbound rule of the Load Balancer from 0.0.0.0/0 to my VPC IP range, but it doesn’t seem to work — I still can’t access Weaviate as expected.

Could someone please tell me what I might be doing wrong or how I should properly configure this?

Thank you so much for your help!

hi @john19880601 !

This should be implemented outside Weaviate, using a firewall or, if using k8s, a network policy, or istio.

Note that this should be done for both HTTP and GRPC ports!