thefatmoop
Posts: 6
Joined: Sat Jan 17, 2015 8:11 pm

Continuous traffic to amazonAWS

Mon Jun 26, 2017 8:27 pm

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?

mfa298
Posts: 1387
Joined: Tue Apr 22, 2014 11:18 am

Re: Continuous traffic to amazonAWS

Tue Jun 27, 2017 7:52 am

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.


jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26659
Joined: Sat Jul 30, 2011 7:41 pm

Re: Continuous traffic to amazonAWS

Tue Jun 27, 2017 8:33 am

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?
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

thefatmoop
Posts: 6
Joined: Sat Jan 17, 2015 8:11 pm

Re: Continuous traffic to amazonAWS

Tue Jun 27, 2017 7:01 pm

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

thefatmoop
Posts: 6
Joined: Sat Jan 17, 2015 8:11 pm

Re: Continuous traffic to amazonAWS

Tue Jun 27, 2017 7:03 pm

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

Return to “General discussion”