Persistent disks can be backed up using either images or snapshots; the two services seem similar but differ in some subtle ways, so let's be sure we understand the differences:
- Snapshots are best for data backups, they are cheaper, and incremental snapshots are possible too.
- Images are best for infrastructure re-use, such as exporting a VM image for use in a different project or as the basis for a Managed Instance Group.
- As we just mentioned previously, only images can be used as the basis for an instance template, which in turn is used to create Managed Instance Groups. Snapshots can't be used for this purpose.
- Images can be shared across projects and assigned versions and organized into families, marked with metadata, such as deprecated and obsolete.
- A fresh VM can be spun up using either a snapshot or an image...