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
질문됨 2달 전192회 조회
1개 답변
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
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전

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

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

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

관련 콘텐츠