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.

已提問 2 年前檢視次數 1039 次
1 個回答
0
已接受的答案

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
已回答 2 年前
profile picture
專家
已審閱 1 個月前

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

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

回答問題指南