Due to the heavy load and disk occupation, I want to move all of my website images to a separate dedicated server or Amazon S3. But I doubt there is not control on data if we move to S3 like downloading all the data or moving to another provider from S3.

Please give me your suggestion as to which is the best solution.

link|improve this question
feedback

migrated from stackoverflow.com Jan 12 '11 at 19:12

This question came from our site for professional and enthusiast programmers.

closed as off topic by Mark Henderson Sep 17 '11 at 22:53

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

There is no data lock in with Amazon S3 and you have complete control over your files. You are free to move your data off S3 at any time.

S3 could easily cope with your 'heavy' load and you can make use of Amazon's Cloudfront CDN to speed up delivery in edge locations.

link|improve this answer
feedback

I would recommend reading the following article, written by one of the founders of Stack Overflow. It describes his experience and reasoning for using Amazon's S3 service for image hosting.

http://www.codinghorror.com/blog/2007/03/using-amazon-s3-as-an-image-hosting-service.html

link|improve this answer
feedback