RedShift/RDS Backup Best practices

0

Hi, We are using RedShift and RDS for a project. We would like to know what are some of the best practices for backing up these two services. Note: We use terraform for deployment and when a snapshot is used to launch a new cluster, terraform is not aware of the new cluster. This causes some issues in terraform. Any assistance with automating this process is appreciated.

1개 답변
0

Hello ,

Amazon Redshift provisioned cluster takes snapshots which are are point-in-time backups of a cluster.

There are 2 types of snapshots

Automated snapshots - By default automated snapshots are enabled when you create a cluster, Amazon Redshift periodically takes snapshots of that cluster. By default Amazon Redshift takes a snapshot about every eight hours or following every 5 GB per node of data changes, or whichever comes first. You can change the schedule based on your requirement.

Manual snapshot - You can take a manual snapshot any time. By default, manual snapshots are retained indefinitely, even after you delete your cluster. You can also automate creation of manual snapshot if you need to retain the snapshot even after deleting the cluster.

Please refer to this doc for more details - https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-snapshots.html

Please refer to this doc - https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-snapshots-recovery-points.html to learn about Amazon Redshift serverless backups.

Please feel free to comment if you have any further questions.

AWS
전문가
답변함 3달 전

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

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

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

관련 콘텐츠