My title may look a little generic but what I want to do is to distribute my web server traffic to multiple ec2 instances. The traffic would be consisting of transferring a file to one of the instances, process it locally and then grab it back on my web server. I don't want to run a web server on my instances.
For now I'm trying to do this with ELB (Elastic Load Balancer) of AWS and multiple ec2 instances. But the problem is i am not able to figure out how to transfer files across ELB to my instances.
If I'm going in the right direction then what am I doing wrong ,
Or, is there a better way to do so..?
