I'm computing smaller things on a AWS EC2 gpu-instance. Currently I have to find the right parameters, so there are shorter computations I have to analyze and then adjust some parameter to compute again.
For the analysis, I depend on things, which aren't available on my EC2 instance. So I'm looking for an convenient way to transfer small amounts of data (not bigger than 2MB) from an EC2 instance directly onto my local computer. I'm looking for a way, which interferes with my workflow as little as possible, so that I can concentrate on analyzing the data and updating the parameters. Currently I use the terminal and do it manually via SCP but there has to be a better way-