In EC2, what happens to the data in an instance store if an instance reboots (either intentionally or unintentionally)?

In EC2, what happens to the data in an instance store if an instance reboots (either intentionally or unintentionally)?
A .  Data is deleted from the instance store for security reasons.
B .  Data persists in the instance store.
C .  Data is partially present in the instance store.
D .  Data in the instance store will be lost.

Answer: B

Explanation:

The data in an instance store persists only during the lifetime of its associated instance. If an instance reboots (intentionally or unintentionally), data in the instance store persists.

However, data on instance store volumes is lost under the following circumstances.

Failure of an underlying drive

Stopping an Amazon EBS-backed instance

Terminating an instance

Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/InstanceStorage.html

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments