openskills.info
AWS Storage logoCourse Preview

AWS Storage

AWS storage services provide durable, scalable places to keep data in the cloud. They span object storage (S3), block storage (EBS), file systems (EFS, FSx), and archival tiers, each optimized for different access patterns, durability requirements, and cost profiles.

itCloud computing

AWS Storage

AWS storage is not one product or one durability setting. It is a portfolio of storage models, protection tools, and data-movement services.

Start with the interface your workload expects. An application may read objects through an API, address blocks through a device, or share files through a file-system protocol. That first choice narrows the service list quickly.

Then test the choice against scope, latency, throughput, sharing, durability, recovery, security, and cost. A service can store the data correctly and still fail the workload through the wrong access model.

Three storage models

Object storage keeps data as objects in buckets. Each object has a key, content, and metadata. Amazon S3 is the main AWS object store. It fits backups, static assets, archives, data lakes, and application data designed for an object API.

An S3 bucket is not a mounted disk. Applications normally use S3 APIs, SDKs, or transfer tools. Rewriting part of an object is not the same operation as updating blocks in a file system.

Block storage exposes addressable blocks to a host. The host creates a partition or file system and decides how data is organized. Amazon EBS provides persistent block volumes for Amazon EC2. EC2 instance store provides temporary block storage tied to the instance and its host.

Block storage fits boot volumes, databases, and applications that expect a local disk. The attachment and failure scope matter. An EBS volume and its EC2 instance must be in the same Availability Zone.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources