I wanted to attach a EC2 volume to multiple EC2 instance and create a common directory for all my scripts. I was not able to do this.

Is it possible to mount some shared storage between all my EC2 instances to keep common files like scripts? Can I use S3?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

You could use S3 for this, or you could have a single instance will all the files in, and then push (rsync for example) these files to the locations you want them- you would only have 1 set of files to keep up-to-date then.

link|improve this answer
Can you mount S3 against an amazon instance? – Tihom Jan 23 '11 at 19:46
Take a look at: code.google.com/p/s3fs – AliGibbs Jan 23 '11 at 19:48
feedback

You can use an nfs share on an instance.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.