Storage Services
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing AWS Certified Cloud Practitioner premium course — no separate purchase.
Included in this chapter:
- Object, block, and file: the three storage shapes
- Choosing the right S3 storage class
- Hybrid storage, backup, and disaster recovery
- Exam-pattern recognition: matching storage to the stem
Object vs block vs file storage on AWS
| Attribute | Object (Amazon S3) | Block (Amazon EBS) | File (Amazon EFS / FSx) |
|---|---|---|---|
| Access model | HTTPS object API | Raw block volume | Mounted file system (NFS/SMB) |
| Typical attachment | Reached by any client over the network | One EC2 instance at a time | Many instances mount it at once |
| Best for | Backups, data lakes, static assets, archives | Boot volumes, databases, transactional I/O | Shared content, lift-and-shift file shares |
| Capacity model | Virtually unlimited, pay per use | Provisioned volume size | Elastic, grows and shrinks automatically |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- https://aws.amazon.com/s3/faqs/
- https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes.html
- https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html
- https://aws.amazon.com/efs/faqs/
- https://aws.amazon.com/fsx/
- https://aws.amazon.com/s3/storage-classes/
- https://aws.amazon.com/s3/storage-classes/intelligent-tiering/
- https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html
- https://aws.amazon.com/storagegateway/faqs/
- https://aws.amazon.com/backup/faqs/
- https://aws.amazon.com/disaster-recovery/
- https://aws.amazon.com/products/storage/