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 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions