I want to use Amazon S3 to store all of my files for my websites. I can set S3QL up properly so that it is mounted on /var/www
and everything works fine.
I want to do it this way so that I can create an AMI, and then fire up multiple instances which would then also mount the same S3 bucket to /var/www
Will this cause any data corruption issues? Is this good practice?
EDIT: This would be for read+write