1 Answer
- Newest
- Most votes
- Most comments
2
Hi,
You can explore the solution here at https://github.com/aws-samples/rds-snapshot-export-to-s3-pipeline/blob/master/README.md to setup automatix export of RDS snapshot data to S3.
However note that when you export a DB snapshot, Amazon RDS extracts data from the snapshot and stores it in an Amazon S3 bucket. The data is stored in an Apache Parquet format that is compressed and consistent.
It is not the snapshot that gets exported but the data.
Also there is a reason why RDS snapshots are not available to move into deep archive storage as they are increment in nature.
Review the limitations with exporting RDS snapshot data to S3.
answered 10 months ago
Relevant content
- asked 2 years ago
- asked a year ago
- asked 10 months ago
- asked 5 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
If I manually create snapshot with lambda and schedule it to run every day/week, and set policy on the S3 bucket to delete snapshot older than 6months. Would I still able to restore snapshots 5 months old or last week? Are the snapshots manually created (not automated) increment in nature?