EBS backup/snapshots to S3

1

Hi Team,

Are there any straightforward methods available to streamline the process of transferring EBS backups or snapshots to S3 and reduce cost? EBS backup storage cost is much higher than S3 storage.

AWS
已提問 8 個月前檢視次數 445 次
2 個答案
0

To directly answer your question, assuming you want a straightforward way to transfer EBS backups or snapshots to S3, where you can maintain retention periods on those backups, and then have a relatively simple way to restore those backups, I personally don't believe such a feature currently exists. I would love for someone to correct us though, as I too, and many others, would take advantage of such a great cost-saving feature.

Warning: Entering the Weeds Zone

Of course you could build this out, but it certainly would not be a simple or straightforward. If you were interested in this, you could potentially programmatically schedule a process to run that creates an Amazon Machine Image (AMI) from the snapshot for any backups that are of a certain age, and then store the AMI components (like the manifest file and snapshots) in S3. You can purge those after a certain time period. Similarly, you can create a process to launch the AMI for restoration, and build a simple interface to manage it all, including the various trigger and retention periods. That said, I digress!

Side Note

This is a great question, and quite honestly, a really wonderful feature request for the AWS Backup team to add orchestration for. This can be integrated into their lifecycle management capabilities, and customers stand to save more than half the long-term storage cost going this route as current AWS Backup rates for EBS (which is currently the same rate as EBS snapshots, is pegged at $0.05/gb-month). It also could add storage efficiencies for AWS on their side. It would be quite the announcement at a Re:Invent. I would suggest that you open a support ticket with this recommendation, and hopefully it gets to the PM-T over at AWS Backup to consider as part of their backlog.

profile picture
已回答 8 個月前
profile picture
專家
已審閱 2 個月前
0

Depending upon your use-case, if snapshot is stored for compliance purpose only and very less chances of restoring it, You can choose EBS Snapshots Archive

When you archive an EBS snapshot, a full copy of the snapshot is stored in the EBS Snapshots Archive tier. This will help to reduce the cost for EBS snapshot.

Storage Cost comparison standard vs Archive is below

EBS Snapshots Storage Pricing Standard $0.05/GB-month Archive $0.0125/GB-month

Example: So for 2000 GB volume, Standard Tier will cost you $100 and Archive tier will cost you $25

**Note: ** Archive Snapshot retention period is minimum 90 days and it will cost extra for restoring it.

profile pictureAWS
Akshat
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南