AWS storage types¶
- file storage: data is stored as files in a hierarchy
- when use it:
- when you require centralized access to files that must be easily shared and managed by multiple host computers
- web applications
- analytics
- media and entertainment
- home directories
- when use it:
- block storage: data is stored in fixed-size blocks
- when use it:
- high-performance enterprise workloads and transactional, mission-critical, and I/O-intensive applications. Because block storage is optimized for low-latency operations.
- containers
- virtual machines
- when use it:
- object storage: data is stored as objects in buckets without hierarchy
- readily scalable
- when use it
- Data archiving
- Backup and recovering
- Rich media
Relating with traditional storages¶
Block storage: DAS, SAN File storage: NAS
References¶
- https://explore.skillbuilder.aws/learn/course/external/view/elearning/1851/aws-technical-essentials?da=sec&sec=prep Module 4
- AWS website: Cloud Computing Concepts Hub