Reputation: 772
How would you go about setting up GlusterFS with auto scaling? Or any alternatives to keeping files in sync between multiple servers?
I found this but it's from 4 years ago: https://serverfault.com/questions/328303/amazon-autoscaling-and-glusterfs
Upvotes: 1
Views: 1073
Reputation: 13642
A good alternative is to use a drive mapper that will mount an S3 bucket as a local volume.
Each server mounts the drive on launch, via a userdata script or similar.
See S3fw FUSE-based file system backed by Amazon S3
and
CloudBerry Drive Mount Amazon S3 Bucket as a Windows Virtual Drive
Upvotes: 1