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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인