I'm interested in experimenting with writing R code on my laptop which I then execute on an Amazon S3 machine. I want the execution to be interactive because I'm building a work flow and the data is only on my EC2 instance, not on my local machine.
I could redirect X11 to put the remove ESS window on my local machine, but I've had some latency issues with that. What I would like to do is just have ESS send the execute command to the remote machine.
In Googling around I found a very interesting blog post that seems to do exactly this including redirecting graphical output to my local machine. Anyone had experience with this type of work flow on Amazon EC2 and have any tips/tricks/advice?