Skip to main content

Diigo Home

Amazon Web Services Developer Connection : Persisting your data after terminat... - The Diigo Meta page

developer.amazonwebservices.com/...thread.jspa - Cached - Annotated View

Ken Wei's personal annotations on this page

ken
Ken bookmarked on 2008-05-11 Amazon EC2
  • Amazon doesn't provide any mechanism to persist data. If you don't want to deploy a cluster solution or even simple replication, what you could do is at least flush the database logs every few minutes and immediately upload the new log files into S3. You could also do the same for full backup dumps every few hours.

This link has been bookmarked by 2 people . It was first bookmarked on 11 May 2008, by Ken Wei.

  • 11 May 08
    • Amazon doesn't provide any mechanism to persist data. If you don't want to deploy a cluster solution or even simple replication, what you could do is at least flush the database logs every few minutes and immediately upload the new log files into S3. You could also do the same for full backup dumps every few hours.