Beginner

AWS Storage Fundamentals

Block, file and object storage, plus configuring S3, with boto3 examples and a services comparison.

Block storage is the most familiar type of storage for a system administrator, as it corresponds to how a traditional hard drive works. In AWS, the corresponding service is EBS (Elastic Block Storage).

EBS volumes are presented from arrays managed by AWS and exposed to EC2 instances as virtual disks. Multiple EBS volumes can be attached to the same EC2 instance, and in some cases an io1/io2 volume can be shared between multiple instances via EBS Multi-Attach.

Key principle: On an update, only the modified blocks are rewritten — not the entire file. This is the main advantage of block storage for I/O performance.

Sign in to read this course

A free account unlocks all 514 courses. 20 are readable without one.

What's inside

9 sections
  1. 1 Table of Contents
  2. 2 Module 1 — Understanding Block Storage
  3. 3 Module 2 — Exploring Elastic File System
  4. 4 Module 3 — Delving into Object Storage
  5. 5 Module 4 — Configuring Simple Storage Service
  6. 6 Complementary Services
  7. 7 boto3 Examples — Python SDK
  8. 8 AWS Storage Services Comparison
  9. 9 Summary and Key Points

Interested in this course?

Contact us to book it or get a custom training plan for your team.