stardog-union / stardog-graviton

Stardog Graviton has been deprecated. Please see our helm charts for similar functionality on Kubernetes.
http://www.stardog.com
Apache License 2.0
5 stars 5 forks source link

Having Issues Connecting #95

Open r-joyce opened 4 years ago

r-joyce commented 4 years ago

I am trying to get our application connected to a Stardog cluster using Stardog Graviton up in AWS. I have a VPC that contains two subnets, a public one for our internet-facing services and a private one for our backend. The application that needs a Stardog cluster is within the private subnet. Here's what I have done so far.

In addition, I also allowed all ICMP traffic from our VPC CIDR block so that I could ping specific instances. Our VPC is using the 172.16.x.x CIDR range so I know it's not an IP conflicting issue. The goal is to lock this down as much as possible and not utilize the internet-facing load balancer at all.

I am unable to ping any of the instances within the generated VPC and am unable to connect to the cluster from neither our application or Stardog studio - pointing to either of the load balancers or even instances directly. Any idea as to what the issue might be?