I have a neo4j database which is hosted on Amaozon EC2. I have created a C# application which used neo4jclient to read and update the neo4j database on Amazon server.
In amazon I had to open 7474 port on which neo4j server is listening so that my c# application can interact with it
How can I secure my neo4j server so that only my client can update the neo4j db?