AWS Backup vs AWS Data Lifecycle Management

0

Simply looking to backup EBS volumes from EC2 instances and I'm trying to figure out which service and why. Each instance has roughly 4 EBS volumes attached. I've seen opinions split on the matter.

Tasks involved:

  • Back up EBS volumes for each instance.... How long will this take roughly? I know with DLM it can take several hours per snapshot
  • Restore EBS volumes to existing instances. Essentially getting rid of old volumes
emh88
已提问 6 个月前1772 查看次数
1 回答
0

Hello.

Back up EBS volumes for each instance.... How long will this take roughly? I know with DLM it can take several hours per snapshot

The time it takes to create a snapshot varies depending on writes, data size, etc.
This is true even if you use AWS Backup.
https://repost.aws/knowledge-center/ebs-snapshot-ec2-ami-creation-slow

Restore EBS volumes to existing instances. Essentially getting rid of old volumes

If the volume from which the snapshot is taken is the root volume, it is possible to restore the entire instance.

DLM is simply a feature that automates the creation of snapshots and AMIs.
AWS Backup also automatically creates AMIs and snapshots, but it is also possible to manage access to the created AMIs and snapshots, and protect them from deletion with a vault lock.

profile picture
专家
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则