Automated Backup and Restore Solution for Cross-Region Aurora MySQL Databases

0

I'm currently managing a production RDS Aurora MySQL database located in one region, while my development environment resides in another. The production database contains approximately 1TB of data spread across multiple databases within the Aurora cluster.

I'm seeking guidance on establishing an automated backup and restore solution that operates every Sunday. The objective is to seamlessly replicate the production database to the development region for testing and development purposes.

Could anyone advise on the best practices and AWS services/tools suitable for accomplishing this task efficiently?

posta 23 giorni fa211 visualizzazioni
1 Risposta
0

Hello.

If it's cross-region, I think you can set up AWS Backup to take a backup once a week and copy it to the development environment region.
https://docs.aws.amazon.com/aws-backup/latest/devguide/backup-feature-availability.html#features-by-resource

Alternatively, I think it is possible to use DMS to perform cross-region replication.
Please note that DMS, which requires the creation of replication instances, may be more expensive than AWS Backup.
https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/implement-cross-region-disaster-recovery-with-aws-dms-and-amazon-aurora.html

profile picture
ESPERTO
con risposta 23 giorni fa
profile pictureAWS
ESPERTO
verificato 23 giorni fa
  • Hi, the second alternative proposed by Riku is valid but only for cross-region replication. You don't have a backup of your data in your source region. But, altenative #1 (AWS Backup) also gives you a backup in source region (if you keep it)

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande