1 Answers
Hi Sebastiano,
Great catch! It’s not actually required that you stop the instances to take a snapshot. You really have two options, you can freeze the file system to ensure that you get an accurate copy of the data, or you can simply detach the volume, create a snapshot, and once the status is in "pending" reattach the volume.
For more information please see the following link:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html
Great, thanks 😉