How do I find the location of S3 automatic backups created by Amazon RDS?

I read that Amazon RDS automatically backs up your database on S3. I am wondering how can I see these backups and their contents?

The reasons why I want to see them:

  • I'm paranoid, new to the service, and have not experienced a failure in the fact that the backup process will actually work.
  • I read that backups do not work if some of your tables are MyISAM. That is, I need all my tables to be InnoDB, and not a combination of them to create s3 backups.

Does anyone have more info on this?

+6
source share
1 answer

No, you cannot access the use of RDS in the S3 list. If you want to confirm that the backups are working, you can restore the time to the end through the RDS console. This creates a new instance of RDS that uses the backup for this point in time.

+9
source

Source: https://habr.com/ru/post/921098/


All Articles