Should I stick only to AWS RDS Automated Backup or DB Snapshots?
Posted
by
James Wise
on Stack Overflow
See other posts from Stack Overflow
or by James Wise
Published on 2012-03-22T02:26:13Z
Indexed on
2012/03/22
5:30 UTC
Read the original article
Hit count: 244
I am using AWS RDS for MySQL. With it comes on backup, I understand that amazon provides two types of backup - automated backup and database (DB) snapshot. The difference is explain in here - http://aws.amazon.com/rds/faqs/#23. However, I am still confuse if should I stick to automated backup only or both automated and manual (db snapshots).
What do you think guys? What's the setup of your own? I heard to others that automated backup is not reliable due to some unrecoverable database when the DB instance is crashed so the DB snapshots are the way to rescue you. If I will do daily DB snapshots as similar settings to automated backup, I have gonna pay much bunch of bucks.
Hope anyone could enlighten me or advise me the right set up.
Thanks. James
© Stack Overflow or respective owner