Is it redundant to have an EC2 instance and its EBS volumes in the same AWS Backup resource assignment?

0

I have an EC2 instance with two EBS volumes attached. The EC2 instance and EBS volumes share a common tag, and I have an AWS Backup resource assignment for that tag. When I look at the details of the backup jobs associated with the backup plan, I see that the size of the backup job for the EC2 instance is the sum of the backup sizes of the EBS volumes. Am I effectively backing up the same data twice? Is it advisable to not backup the EBS volumes if I'm already backing up the EC2 instance?

  • Why do you have two EBS volumes? Maybe try one with S3 snapshots as they're incremental. You can even create EBS volumes in another AZ from those snapshots.

posta 2 anni fa1039 visualizzazioni
1 Risposta
0
Risposta accettata

According to this link: https://docs.aws.amazon.com/aws-backup/latest/devguide/multi-volume-crash-consistent.html

By default, AWS Backup creates crash-consistent backups of Amazon EBS volumes that are attached to an Amazon EC2 instance. Crash consistency means that the snapshots for every Amazon EBS volume attached to the same Amazon EC2 instance are taken at the exact same moment. You no longer have to stop your instances or coordinate between multiple Amazon EBS volumes to ensure crash-consistency of your application state.

Since multi-volume, crash-consistent snapshots are a default AWS Backup functionality, you don’t need to do anything different to use this feature.

profile picture
JaccoPK
con risposta 2 anni fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande