Live data from Hacker News

AWS Storage Gateway

aws.amazon.com

1–10 of 34 posts

Re: AWS Storage Gateway

#4
I don't have a personal need for this right now, but the fact that it stores the data as EBS volumes is pretty cool. I could imagine having local servers automatically mirrored so that they could be failed over to instances on ec2. Very powerful stuff indeed.

Re: AWS Storage Gateway

#5
post #4

I don't have a personal need for this right now, but the fact that it stores the data as EBS volumes is pretty cool. I could imagine having local servers automatically mirrored so that they could be failed over to instances on ec2. Very powerful stuff indeed.

Note that the mirroring is asynchronous -- if your local server fails you can replace it with an EC2 instance, but you lose anything since the last snapshot.

Re: AWS Storage Gateway

#8
post #6

Can someone give a brief explanation of what this service is good for?

It sounds to me like enterprisey dropbox: It backs up your files from your local file server to the aws cloud, and if your server dies, bung in a new one and all your files will reappear. Great idea, although maybe something you could already do with dropbox?

Re: AWS Storage Gateway

#10
post #8
post #6

Can someone give a brief explanation of what this service is good for?

It sounds to me like enterprisey dropbox: It backs up your files from your local file server to the aws cloud, and if your server dies, bung in a new one and all your files will reappear. Great idea, although maybe something you could already do with dropbox?

As far as I understood the product page and Werner Vogels' blog post[1] it does not run on file level, but on filesystem level. So you won't be able to access single files from within S3, but rather have whole disk images stored in Amazon S3, ready to be restored back to your local datacenter or to be mounted on EC2 servers.

1: http://www.allthingsdistributed.com/2012/01/The-AWS-Storage-...

Post reply on HN