So, i'm looking at amazons high-cpu on demand instances, they have an 8 virtual core extra large high-cpu instance, but it only has 8GB of RAM.
http://aws.amazon.com/ec2/instance-types/
I'm trying to offload a load of circuit simulations that I've written, however they're all only single threaded, so I can run 8 different simulations at once, on 8 cores, but they each consume 2GB of ram each for the duration.
So is there anyway to purchase more memory for that instance? or would it be better to use the 'Cluster Compute Quadruple Extra Large Instance', which although expensive already has the necessary amount of ram.
Thanks