Hi, I've searched around for forums, doesn't look this is a question anyone really had answered or had successfully implemented yet.
My shopping cart is hosted using a number of EC2 load balanced instances, all drawing from a single RDS. Scaling up when demands are high is a breeze. However, I would like to be able to host the product images in a centralized location like an S3 bucket, so all of the servers can read the images from a single source. Im aware that there is already a module for download products using S3, but thats not what Im looking to do. As I have no downloadable products, as I am only physical products that requires product images. And updating each machine to have it's own local repository of product images is horribly inefficient.
I'm currently toying around using a FUSE based S3fs to mount the buckets. But is there a better, and more graceful way of doing this ? Or is S3FS my best bet?


Reply With Quote
