...
The BioConductor group has put together a Cloud Formation stack for doing interactive parallel computing in R on Amazon AWS. Follow those instructions, selecting the number of workers and size of the EC2 instances. Once the stack comes up, which took about 10 minutes for me, you log into RStudio on the head node. You'll start R processes on the worker nodes and send commands to the workers.
...
Code Block |
---|
stopCluster(cl) |
Don't forget to delete the stack in the AWS administration console to avoid continuing charges.
...