I'm looking for recommendations on connecting to a Neptune cluster in AWS from a VPC that the Neptune cluster does not exist in. I'm thinking if I have a transit gateway as an intermediary bridge between the 2 VPCs I'll be able to proxy the connection through so connectivity is successful.
I need this for reads and writes. Is this an acceptable approach for a production-grade env? In addition, I'm expecting to hit the REST endpoint I think from a client-based application once the request gets into the VPC containing the Neptune cluster.