Setting Up a Neo4J Cluster on Amazon by Max De Marzi.
From the post:
There are multiple ways to setup a Neo4j Cluster on Amazon Web Services (AWS) and I want to show you one way to do it.
Overview:
- Create a VPC
- Launch 1 Instance
- Install Neo4j HA
- Clone 2 Instances
- Configure the Instances
- Start the Coordinators
- Start the Neo4j Cluster
- Create 2 Load Balancers
- Next Steps
In case you are curious about moving off of your local box to something that can handle more demand.