How do I disable daily automated backup for RDS?

0

I have setup an AWS Backup rule to backup a MariaDB instance:

  • hourly At 50 minutes past the hour
  • Start within 1 hour, complete within 2 hours
  • Total retention period is 2 days
  • continuous backup disabled But there are a few backup failed at the interval of 1:50, 2:50, 3:50 UTC: AWS Backukp-> Jobs

When I clicked on the hyperlink of the job that failed, the error is: Invalid lifecycle: Backup job 6A26EC48-D3CC-7DB9-2E2B-E962B0863DCA could not start because it is either inside or too close to the automated backup window configured in RDS instance.

On RDS->Automated Backup, I can see that the rds is backuped every hour. But I have checked there is no automated turned on for that rds database instance (RDS->Database->Modify). How can I disable that automated backup? Enter image description here

Cheers

profile picture
Lottie
已提问 5 个月前421 查看次数
1 回答
0

Modify your RDS instance and set the backup retention to 0 days. That will disable the daily backups.

However you may need to have it enabled if your example your converting to Multi AZ etc.

profile picture
专家
已回答 5 个月前
  • Did this answer your question?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则