AWS Difference between a snapshot and AMI

后端 未结 10 875
离开以前
离开以前 2020-12-04 10:52

So I am having trouble working out what, specifically is the difference between these two.

As I understand it, a snapshot is simply a backup of the disk drive, where

10条回答
  •  离开以前
    2020-12-04 11:02

    An AMI can be created using a snapshot. For example, using a single "snapshot" you can create multiple AMIs, say one PV and one HVM AMI using the same snapshot.

    So, snapshot has the system / OS data. AMI is (snapshot + machine/hardware metadata).

提交回复
热议问题