Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Having Issues Connecting #95

Open
r-joyce opened this issue Aug 20, 2020 · 0 comments
Open

Having Issues Connecting #95

r-joyce opened this issue Aug 20, 2020 · 0 comments

Comments

@r-joyce
Copy link

r-joyce commented Aug 20, 2020

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.

  • Created a VPC Peering connection from our VPC to the one that Graviton generates.
  • Updated the route tables to forward IP requests within the private subnet for the 10.0.0.0/16 CIDR block range (the CIDR block of the Stardog clusters VPC) and set the target destination to the peering connection ID.
  • Updated the security group that was generated to also allow ports 22 and 5821 from our VPC CIDR block range.

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant