Automate RDS (PostgreSQL) snapshot to another region

0

Hi Support, We are at our limit of replicated snapshots to a specific region (Oregon, us-west-2). Is there a way to automatically create a snapshot and automatically copy it to that same region?

I came across a similar question: https://repost.aws/questions/QUeIHpRR12QhepU1NiMicp_g/automate-snapshot-copy-across-region but reading the answer given, is not clear to me if this is possible or how.

Thank you for your time and help. Best Regards, Donald

profile picture
DC
asked 13 days ago510 views
3 Answers
1
Accepted Answer

Hi Support, in reading the provided link (https://dev.to/aws-builders/aws-event-bridge-and-lambda-to-copy-rds-snapshots-to-another-region-kl3) , I came across this: | AWS Documentation says: "You can have up to 20 snapshot copy requests in progress to a single destination Region per account." | We already have (20) replications going to Oregon. So are we at our limit for snapshot copy requests too for the Oregon region ? IE, we can't send anything else to Oregon region b/c we are at our (20) limit...

Thank you for your time and help! Best Regards, Donald

profile picture
DC
answered 13 days ago
profile picture
EXPERT
reviewed 12 days ago
0

Hello,

If you want to disable automated snapshots in RDS to be replicated to (Oregon, us-west-2). You can follow these steps: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html#AutomatedBackups.StopReplicating

This will ensure that automated snapshot feature is still enabled and be stored in the same region as the RDS instance but no longer copied to your specified region(Oregon, us-west-2).

I hope this the solution you're looking, Right? If you're using AWS Backup to replicate snapshots then it's a different way on how to do it.

profile picture
answered 13 days ago
0
  • Thank you for your quick reply! We have AWS backup and snapshots in place, I'd show the screenshot of these backups but I don't see how to attach or place the screenshot here.. "Backup Automated backups Enabled (30 Days) Copy tags to snapshots Disabled Backup target AWS Cloud (US East (Ohio)) "

    How do we automate copying these snapshots to another region without using replication?

  • Here's an example to automate copy snapshots to destination region using Amazon Event bridge and Lambda: https://dev.to/aws-builders/aws-event-bridge-and-lambda-to-copy-rds-snapshots-to-another-region-kl3

This post is closed: Adding new answers, comments, and votes is disabled.