Does connecting to Amazon Web Services through SSH use up a lot of resources on my computer?

Jun 19, 2018
1
0
10
So, I've been learning about neural networks using python and I've been using the tensorflow package. My computer isn't the fastest out there so I've been connecting to an Amazon Linux server using SSH and running everything on that.

So, my question is this, by connecting to the Amazon server and running all the programs on that, am I using the same amount of resources or lesser amount of resources compared to running all this on my own computer? Is there any other significant resource that is being used up whenever I connect to a server through SSH or FTP?
 
Solution
None at all. You are just sending and driving text commands. Unless you are transferring files then your disk usage may become higher and cpu may become higher.