Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS Instance Stores

What are Instance Stores?

An Instance Store is a storage volume that functions like a physical hard drive, providing temporary storage for Amazon EC2 instances.

The data in an Instance Store remains available for the duration of the instance’s lifecycle and persists through reboots. However, any data stored in the Instance Store is lost if the instance is hibernated or terminated.

When an instance is started from a stopped state, it may launch on a different host where the associated instance store is not available. Therefore, it is advisable to avoid storing important data in the instance store. Instance Stores are better suited for temporary files and data that can be easily recreated.

Example:

An AWS EC2 instance with an attached instance store is currently active.

ec2_instance_with_attached_instance_store

The AWS EC2 instance is either stopped or terminated.

ec2_instance_stopped_or_terminated

Image generated by Amazon Web Services.

All data on the attached instance store has been erased.

data_on_ec2_instance_deleted