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 年前

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

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

回答问题的准则