I’ve created an Influx DB on AWS. I created an admin user per the instructions here: Authentication and Authorization | InfluxData Documentation Archive
Admin user has been created. Other users created. Privs granted on dbs, etc…
The problem is that I can still connect to the DB without authentication. This works, for example (Ruby client)
influxdb = InfluxDB::Client.new host: "ec2-54-146-135-50.compute-1.amazonaws.com"
How can I prevent open connections to my Influx instance?