EBS (Elastic Block Store): Block storage attached to a single EC2 instance. Like a hard disk.
EFS (Elastic File System): Shared file system that can be mounted on multiple EC2s.
Example:
EBS → Database storage.
EFS → Shared web server content across multiple instances.