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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ