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
asked 6 months ago1627 views
1 Answer
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
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions