How to enforce Aurora continuous backups?

0

We're using AWS Backup to ensure that all of our RDS databases have both snapshot and continuous backups enabled. However, since AWS Backup does not support point-in-time recovery for Aurora, how can we ensure that continuous backups are enabled for all Aurora databases?

I saw that there is a Config rule, 'aurora-last-backup-recovery-point-created.' Does this rule apply to continuous backups? Would one option be to use this rule and to check that there is a recovery point at least every hour, for example? Or would a custom Config rule be needed?

1 個回答
2

With Aurora, PITR is related to automated backups. In Aurora you can't disable automated backups because the minimum of the period of retention is 1 day. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html

Beside, you can check LatestRestorableTime parameter by describing the cluster with the AWS CLI https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/describe-db-clusters.html

profile picture
Donov
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南