Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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..?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.