The AWS Machine image store has two types of stores -
Instance store (Ephemeral Storage)
EBS Backed Volumes
Instance Store: You will lose data if the underlying host fails.
EBS volume: Root device for an instance launched from AMI. You will not lose data if it is stopped.