AWS Difference between a snapshot and AMI

后端 未结 10 878
离开以前
离开以前 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:25

    The major difference is between the type of service referred to. A snapshot is of an EBS volume where you are able to save state and reboot with the same data at a certain point in time.

    An AMI is similar, but its for the EC2 instances themselves. You cannot take a snapshot of a non ebs backed instance, but you can create a AMI (system image) of one.

    Generally I use EBS snapshots as backup solutions for a database volume and I use an AMI to save instance configuration

提交回复
热议问题