开发者

Sharing storage between instances

I'm using the Engine Yard AppCloud service.

If I want my instances to share storage (e.g开发者_JS百科. for file uploads/downloads), is my only real option to build S3 integration into my application? At the moment the app expects to use the filsystem but it doesn't look like multiple instances can mount the same EBS volume.

Thanks!


Probably, the simple option is to have an NFS server, have the EBS mounted on it and share that to the instances.

But there are other distributed filesystem that you can use also like glusterfs,moosefs and the like.


There are some shared filesystems that may work on EC2 or AppCloud without a problem however the support of them likely would be 0.

Otherwise I would suggest to look into using s3fs

  • MogileFS
  • GlusterFS
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜