Is there a way to verify the connection IP address for AuraDB instances?
Typically the connection is via
neo4j+s://<databaseID>.databases.neo4j.io
replacing above with its alphanumeric equivalent.
Additionally this is also looking to a connection on default port 7687 of Aura.
Can you connect via https://browser.neo4j.io/ ? Can you connect via bin/cypher-shell -a neo4j+s://<databaseID>.databases.neo4j.io:7687
I can connect using the network connection method you taught me.
Is my understanding correct that I cannot directly check the IP address?
I would like to know that it is not possible to check the AuraDB IP address directly.
if you really needed to know the IP address for some reason, you can use DNS tools like "dig" or "nslookup" to resolve the name to an IP
Thank you for your advice. I was able to confirm the IP address of https://console.neo4j.io.
I have additional questions regarding the IP addresses of each instance.
- Is the IP address of an instance fixed to one address once created?
- If the IP address is variable or there are multiple IPs, I would like to know the full range of possible IP addresses (is this information publicly available? If you can't provide it online, is it possible to provide this information through individual communication?)