Suggested Answer:B🗳️
The data in an instance store persists only during the lifetime of its associated instance. If an in-stance 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 -
The instance is stopped -
Terminating an instance - Reference: http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/InstanceStorage.html
Whether the reboot is intentional (such as a manual reboot or a system reboot initiated by the operating system) or unintentional (due to a hardware failure or other issue), the data in the instance store will not persist across reboots. When the instance reboots, the instance store is reset to its initial state, and any data stored in it is effectively lost.
It's important to note that instance store volumes are ideal for temporary data or scratch space, but if you need data persistence, it is recommended to use Amazon EBS (Elastic Block Store) volumes as they provide durable storage that persists independently of the instance lifecycle.
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
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
10 months, 1 week agoalbert_kuo
8 months, 3 weeks agoalbert_kuo
8 months, 3 weeks agokarthisena
2 years, 6 months agoawscertified
2 years, 6 months ago