Amazon provides several cloud storage options on AWS including S3 for object storage, EFS for file storage accessible by multiple EC2 instances, and EBS for block storage attached to a single EC2 instance. S3 is highly durable, available globally at low cost but doesn't provide file system semantics. EFS delivers file system access across instances but has higher latency and cost than EBS, which provides low latency storage for a single instance via block-level access. Glacier is very low cost archival storage for infrequently accessed data.
Related topics: