Just installed influxdb on fedora server 35 with this repo :
https://repos.influxdata.com/rhel/8/x86_64/stable/
every time i restart the service influxdb
(default conf) it connects to random ip on aws cloudfront :
tcp ESTAB 0 0 192.168.6.233:44522 143.204.224.81:443 users:(("influxd",pid=45731,fd=16)) timer:(keepalive,20sec,0) uid:988 ino:149215 sk:31 cgroup:/system.slice/influxdb.service <->
tcp ESTAB 0 0 192.168.6.233:47106 18.64.79.51:443 users:(("influxd",pid=45632,fd=16)) timer:(keepalive,12sec,0) uid:988 ino:148945 sk:29 cgroup:/system.slice/influxdb.service <->
I'm pretty new to influxdb and didn't read the manual yet.
Can someone explain this behaviour to me please ?
Thank you
Regards.