Page 1 of 1

Continuous traffic to amazonAWS

Posted: Mon Jun 26, 2017 8:27 pm
by thefatmoop
So i'm using a pi for an application on a metered connection. I've noticed that with a fresh install and post apt update/apt upgrade that the raspian distro is continuously pushing 5-30kb/sec to: ec2-34-199-178-126.compute-1.amazonaws.com

What's this traffic sending and why is it running by default...? Any info on how to shut off whatever task is using it?

Re: Continuous traffic to amazonAWS

Posted: Tue Jun 27, 2017 7:52 am
by mfa298
netstat is the basic command that can show you what has open connections. Something like 'sudo netstat -ntp' will show all open tcp sessions and the owning process (the -p flag needs root privileges otherwise you could run without the sudo). Once you know what process is responsible you can find out what it's doing.

Re: Continuous traffic to amazonAWS

Posted: Tue Jun 27, 2017 8:03 am
by runboy93

Re: Continuous traffic to amazonAWS

Posted: Tue Jun 27, 2017 8:33 am
by jamesh
thefatmoop wrote:So i'm using a pi for an application on a metered connection. I've noticed that with a fresh install and post apt update/apt upgrade that the raspian distro is continuously pushing 5-30kb/sec to: ec2-34-199-178-126.compute-1.amazonaws.com

What's this traffic sending and why is it running by default...? Any info on how to shut off whatever task is using it?
Does it happen only if a browser is open?

Re: Continuous traffic to amazonAWS

Posted: Tue Jun 27, 2017 7:01 pm
by thefatmoop
it's python3 using netstat and

Code: Select all

pgrep -af python
it's output is

Code: Select all

/usr/bin/python3 -m myDevices -P /var/run/myDevices.pid

Re: Continuous traffic to amazonAWS

Posted: Tue Jun 27, 2017 7:03 pm
by thefatmoop
dang nabbit i'm sorry this is cayenne which i was briefly testing. I really thought i re-imaged the u-sd card before deciding not to use that service