What is Amazon EBS?
Answer: Elastic Block Store provides network-attached block storage volumes for EC2, presented as raw devices you format and mount. Volumes live in one Availability Zone, are replicated within it for durability, persist independently of the instance, and can be snapshotted and resized while in use.
Why interviewers ask this: The zonal scope is the constraint that shapes design: a volume cannot be attached to an instance in another AZ, so a stateful workload pinned to an EBS volume is pinned to an AZ. Snapshots, which are stored in S3 regionally, are how you move data across AZs.
