I'm new to cloud computing, but I understand this concept and I am well versed in the following instructions. I would like to do some simulations according to my data, and each step takes several minutes. Given the hierarchy in my data, it takes several hours for each set. I would like to speed this up by running it on the Amazon EC2 cloud.
After reading this , I know how to start AMI, connect to it through the shell and run R at the command prompt.
I would like to get help in copying data (.rdata files) and a script and just send it to the R command line. Then, as soon as all the results are written to new .rdata files, I would like to copy them back to the local machine.
How should I do it?
source
share