Does anyone have a better idea for load balancing on EC2. I mainly use two instances of the EC2 window with a separate EBS volume attached to each instance. I know how to use a load balancer and work great for me. I only have a problem with sharing application data between two instances, my application requires a large number of photos and PDF downloads, and I want to make sure that they are replicated in both instances. I do not want to use S3 in this case, since we only need to go through the REST / SOAP protocol.
Any idea.
* Update: I just updated the topic as it was misleading. I want to synchronize files between two EBS volumes connected to different EC2 instances.
source share