AWS Certified SysOps Administrator – Associate (legacy) — Question 811

A user has launched an EC2 instance from an instance store backed AMI. If the user restarts the instance, what will happen to the ephemeral storage data?

Answer options

Correct answer: D

Explanation

Rebooting an EC2 instance does not affect the data stored on its instance store (ephemeral storage), meaning the data is fully preserved during a standard restart. Ephemeral data is only lost when the instance is stopped, terminated, or suffers a hardware failure. Because instance store-backed instances cannot be stopped (only rebooted or terminated), a reboot safely maintains the instance store data.