balenaOS is making connection to amazon aws

I have run the command netstat -t in my host OS terminal window after I have stopped all services and the following is logged:

root@ba7c427:~# netstat -t
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       
tcp        0      0 192.168.1.58:36982      ec2-34-200-210-179.compute-1.amazonaws.com:https ESTABLISHED 
tcp        0    222 192.168.1.58:33214      ec2-18-232-192-190.compute-1.amazonaws.com:https ESTABLISHED 
tcp        0    560 ::ffff:10.240.59.163:22222 ec2-52-4-252-97.compute-1.amazonaws.com:57510 ESTABLISHED 
tcp        0      0 ::ffff:10.240.59.163:48484 ec2-52-4-252-97.compute-1.amazonaws.com:50142 TIME_WAIT   
tcp        0      0 ::ffff:10.240.59.163:48484 ec2-52-4-252-97.compute-1.amazonaws.com:47824 TIME_WAIT   
root@ba7c427:~# 

So the host OS has setup some connections with amazon cloud.
Is this normal and if so why is it making those connections ?

kr
Jan

Hi there, You can see the network requirements here: https://www.balena.io/docs/reference/OS/network/2.x/#network-requirements. We use AWS to host our services, and the requests you are seeing are either from the Supervisor (which comes bundled with balenaOS), which communicates with our API for various reasons (fetching environment variables, status checks, etc.), or from the VPN, which is used to be able to SSH into a device from the dashboard, for example.