I’ve been looking at Amazon S3 but no where can I find anything on how long they keep data for if it isn’t accessed etc. I therefore assume it’s just kept forever, but that seems a bit absurd.
Any ideas? Thanks 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
S3 charges per GB for storage (though not very much). So as long as you are paying, they are storing.
See their pricing chart on the S3 main page.
The expectation is that most people using S3 will be regularly using it for data transfer – this is what Amazon cares about, not the storage itself, which is very cheap. So they make their money on bandwidth (and moreover, on the other services that interface nicely with S3).
Of course, they don’t guarantee that your data will always be there. See the SLA for specific information regarding data retention policies.
Disclosure: I am a former AWS employee.