AWS Certified SysOps Administrator – Associate (legacy) — Question 276

A sys admin is trying to understand EBS snapshots. Which of the below mentioned statements will not be useful to the admin to understand the concepts about a snapshot?

Answer options

Correct answer: A

Explanation

EBS snapshots are asynchronous, meaning the creation process starts immediately in the background and allows the volume to be used without waiting for the snapshot to complete, making statement A incorrect. To ensure absolute data consistency, stopping the instance or unmounting the volume (Option B) is recommended. Options C and D are correct statements because EBS snapshots are incremental and capture the block-level data written to the disk at the time of execution.