How can I make non-disruptive backups of my instances and ebs?

0

I want to backup using AMI or Snapshot. During backup, the instance continues to write to EBS. At this time, is it possible to make non-disruptive backups while maintaining disk consistency?

질문됨 2년 전274회 조회
1개 답변
0

Only data written to the disk is captured in the snapshot, data in memory not yet written to the disk will be excluded. For non-disruptive backups this is generally considered good enough.

You do have an option on Windows to do VSS snapshots that can handle open files a little better (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/application-consistent-snapshots.html)

If you need to make sure all data is written to disk first, the best way is to either shutdown the instance or unmount the volume being snapshotted.

rianbk
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠