hi @davidgs that services its running but when i review “http://public-ip-ec2:9999/” nothing happen, so why the way i create influxd daemon as a service no work?, another thing in terraform i opened the port 9999 for ec2 instance
My next question was going to be about ensuring that the port was open – and making sure it’s open in both directions – and then ensuring that the process is running and the port is open. Logging in to the instance and running something like netstat -nlp to see what ports are being used (look for 9999, of course) and a ps -elf | grep influx to make sure that the process is actually started, would be a start.