Você pode usar a API da AWS para criar um instantâneo, mas a parte without downtime
será complicada se você se preocupa com file system integrity
.
Observação: Em muitos casos, talvez você não esteja muito preocupado com file system integrity
, mas é difícil decidir isso para você sem muito mais informações sobre o sistema.
A partir disso: link ...
... Veja isto:
If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending.
... E isso:
To create a snapshot for EBS volumes that serve as root devices, you should stop the instance before taking the snapshot.
Você também pode emitir um 'Create Image' que cria uma AMI (e cria um instantâneo do volume também). link Isso tem a opção de NoReboot
:
By default, this parameter is set to false, which means Amazon EC2 attempts to shut down the instance cleanly before image creation and then reboots the instance. When the parameter is set to true, Amazon EC2 doesn't shut down the instance before creating the image. When this option is used, file system integrity on the created image can't be guaranteed.