volume_mute

What is the main difference between Amazon EC2 instance stores and Amazon EBS volumes?

publish date2025/03/21 03:42:45.236644 UTC

volume_mute

Correct Answer

Instance stores are ephemeral (temporary), Amazon EBS volumes are persistent

Explanation

There are several differences between Amazon EC2 instance stores and Amazon EBS volumes. The main difference is that instances stores are ephemeral (temporary) and Amazon EBS volumes are persistent. 

Instance stores are deleted when the associated EC2 instance is deleted. Amazon EBS volumes exist separate from the EC2 instance and can be moved to another instance if required. You data remains intact regardless of the state of the attached EC2 instance.

Reference

AWS Skill Builder


Quizzes you can take where this question appears