Which statement is true regarding EBS storage and instance store in EC2?

Disable ads (and more) with a premium pass for a one time $4.99 payment

Study for the AWS Certified Developer Associate Exam with flashcards and multiple choice questions. Each question offers hints and explanations. Get ready to enhance your cloud development skills and pass your certification exam!

EBS (Elastic Block Store) volumes are designed to provide durable, persistent storage for Amazon EC2 instances. When an EC2 instance that uses EBS storage is stopped, the data stored on EBS persists, allowing you to retain your data even when the instance is not running. This is particularly useful for applications that require reliable storage, as you can stop and start instances without losing your data.

In contrast, instance store volumes are ephemeral, meaning that any data stored on them is lost if the instance is stopped or terminated. This characteristic makes instance store suitable for temporary storage needs, but it is not reliable for data that needs to persist beyond the life of the instance.

Thus, the statement that EBS is persistent and retains its data when an instance stops accurately reflects the nature of EBS in the context of EC2 storage.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy