I just created a Amazon Linux micro-instance and setup a S3 bucket & an EC2+EBS. I want to know, if at all it is possible, to map a S3 to an EC2 instance, preferably via ssh, and not from the console.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Not sure if I understand you correctly, you want to mount a S3 bucket in your EC2 instance? If yes, google s3fs or use this handy link https://forums.aws.amazon.com/thread.jspa?messageID=155722.

link|improve this answer
silly question, but do the commands and all have to be run from the ec2 instance? – Kaustubh P Dec 17 '10 at 10:50
feedback

Kaustubh P, Yes, you would run all the commands for s3fs in the EC2 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.