Question

I know its possible to copy EBS snapshots to a viewable S3 path. However, will it copy in such a way that I can browse the directory structure of the snapshot as if it was actually mounted?

I have an server with about 70gigs of images/photos..etc that I want to put on CloudFront/S3 but was hoping not to have to copy via S3cmd or scripts..etc

Was it helpful?

Solution

S3 is not a block device, therefore you do not have a filesystem there. It is an object storage and the reason that you see files and folders through the AWS web console is because the console represents it that way.

To achieve what you describe, you might want to look at s3fs (FUSE based). It creates a pseudo-drive for you to work with. Mind you, the overhead is substantial and as such the performance is not even close to a network shared folder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top