Hi,
I have been running node-red on my raspberry pi for some time now just doing some basic stuff. It is all supposed to be within my private LAN so I was surprised to see a connection to an Amazon node:
$ sudo netstat -pant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
...
tcp 0 0 192.168.5.87:51654 34.236.123.240:1883 ESTABLISHED 215/node-red
I am not using Alexa or anything that I think should require a connection outside. It is receiving mqtt from a few nodes inside my house.
I think the only extra I added was:
node-red-contrib-sqldbs
node-red-dashboard
I figured it out. It was for thingspeak which I tried out a while back. I had deleted all the nodes related to it in my flows but it still showed up as unused under the "all flows" tab. After I deleted it the connection went away.