Influxdb2.0 connecting to AWS Cloudfront after starting

I’m going to try out Influxdb2.0 as a replacement of our 1.x setup. I’ve taken the deb package from the official downloads page. I found that after starting the systemd service, it will connect to an IP address of AWS Cloudfront. Why is this?

(0)#: netstat -taupenl | grep influx
tcp        0      0 127.0.0.1:41439         0.0.0.0:*               LISTEN      997        26897      1866/influxd
tcp        0      0 10.2.17.22:57700        13.227.222.106:443      ESTABLISHED 997        21929      1866/influxd

Could be the telemetry?

That appears to be it. Thanks for pointing it out!