Limit AWS inbound rules to requests coming only from Stardog Cloud servers

Hello experts, I have a postgresql instance running in AWS RDS and Stardog Cloud free version. I was able to create a Virtual Graph, however, as I don't know the ip range that Stardog Cloud will be using to reach the AWS RDS Postgresql database, I had to create an inbound rule for the port 5432 for all the potencial source ips (0.0.0.0) and off course, this is not a good idea due to security concerns.

Is there any range of ips that is only from Stardog Cloud that I could configure in my inbound rule on AWS in order to limit the rule? Any other suggestion on how can I config this integration without creating inbound rules for all the potencial source ips?

Thanks in advance.
Nicolau

Hi Nicolau,

The IP address that you need to whitelist for the Stardog cloud is listed here.

-Paul

1 Like

Thank you very much Paul. It worked!