RDS Generating Automated backups thrice daily

0

I have a RDS instance and based on requirements, i add 1-2 replicas.

It used to generate a single backup daily but recently, it has been generating 3 backups daily.

I don't understand how to get a single backup daily?

Som
asked a month ago177 views
1 Answer
0

Hi Som,

Automated backup (system snapshots) occurs during a daily user-configurable 30 minute period known as the backup window. Please refer to the link[1] for more details.

But when you create a read replica of an RDS instance, Amazon RDS takes a snapshot of the source instance and creates a read-only instance from the snapshot[2]. Since this snapshot is also taken up by RDS, its mentioned/shows in the Snapshots--> System snapshots tab only.

So if you are seeing 3 system snapshots being created for the RDS instance just check if you have triggered creating a Read Replica before the system snapshot is triggered outside of the window or not.

Rest it might also depend on the engine and the events triggered on the RDS instance around that time as well. Like SQL server RDS might have some emergent snapshot as mentioned in the link[3].

References:-

[1] Amazon RDS Backup and Restore:- https://aws.amazon.com/rds/features/backup/

[2] Working with DB instance read replicas - How read replicas work - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.Overview.how-it-works

[3] Emergent Snapshot Request: Databases found to still be awaiting snapshot.:- https://repost.aws/knowledge-center/rds-sql-server-emergent-snapshot-backup

profile pictureAWS
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month 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