Briefing Amazon Knowledge

what happens to the data on the root volume?

When an EC2 instance that is backed by an S3-based AMI is terminated, what happens to the data on the root
volume?

A.
Data is automatically saved as an EBS snapshot.

B.
Data is automatically saved as an EBS volume.

C.
Data is unavailable until the instance is restarted.

D.
Data is automatically deleted.

Explanation:
Using the legacy S3 based AMIs, either of the above terminates the instance and you lose all local and
ephemeral storage (boot disk and /mnt) forever. Hope you remembered to save the important stuff elsewhere.