I am trying to setup a simple cluster for influxdb on AWS using EFS (elastic file storage which is similar to NFS) where 2 different influx processes will share database. I have 2 EC2 instances (named: EC2_1, EC2_2) running their own influxdb processes. Both EC2 instances are mounted with a common EFS directory called "efs" at /opt/efs. I modified influxdb.conf on both ec2 instances to have it point to common I am trying to setup a simple cluster for influ