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.

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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ