I place this here as the thread is already opened...
Info for installation on EC2 AMIs:
All the docs state to change Neo4j.conf when you want to allow algo & apoc extensions, but...
As stated by @david_allen in an unrelated post here
the neo4j.conf get's overwritten upon reboot so the correct file to insert:
dbms.security.procedures.unrestricted=apoc., algo.
dbms.security.procedures.whitelist=apoc., algo.
is neo4j.template in the same directory /etc/neo4j/neo4j.template
hope that helps if anybody is running neo4j through aws marketplaces ami's as well.
regards,
J