How to connect NEO4j to AMAZON EC2? Any advice would be appreciated!

What specific problems are you having in deploying neo4j to AWS on an EC2 instance? Is it a security/access problem?

You can treat an EC2 instance just like any other machine you install neo4j on. However with EC2 there is already an Amazon Machine Image with neo4j already installed so it's even easier to get going. Once you've launched it just point your browser to:

https://instance-ip-address:7473/

You will start with an untrusted SSL certificate, which can cause problems with browsers. You must configure your browser to trust the IP address on both port 7374 and 7687 (bolt). See (here)[Troubleshooting Connection Issues to Neo4j] for furrher details The username will be neo4j, and the password will be the instance ID.

Then if you want to do local data import, the import folder is:
/var/lib/neo4j/import

Lastly if you want to connect on Linkedin:

1 Like