EBS (Elastic Block Storage) is a network drive that can be attached to an instance on AWS.EBS Volumes persist data and can be attached/detached from an instance as required.Snapshots are point-in-time copies of data and can be used for disaster recovery, migration & backups.EBS Snapshots Archive stores EBS backups in a cost-effective manner while retaining important data.Fast Snapshot Restore (FSR) allows quick restoration of EBS Volumes from Snapshots in critical scenarios.EBS Volumes come in 6 types categorized by size, throughput & IOPS with varying costs and performance.General Purpose SSD (gp2/gp3) offers cost-effective storage with low-latency and burstable IOPS.Provisioned IOPS (PIOPS) SSD is for critical business applications that need a lot of IOPS.Hard Disk Drives (HDD) volumes are used for infrequently accessed data with throughput up to 500MB/s and IOPS 250.EBS Volumes are locked to a specific Availability Zone (AZ) and can only be attached to instances within the same AZ.