Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS S3 Storage Classes

AWS S3 offers various storage classes that differ in data availability, retrieval frequency, and cost.

S3 Standard

S3 Standard is best for data that is frequently accessed.

It ensures high availability for stored objects.

Data is stored across at least three Availability Zones.

It is the most costly storage class.

S3 Standard-Infrequent Access

S3 Standard-Infrequent Access (S3 Standard-IA) is designed for data that is infrequently accessed.

It offers the same level of data availability as S3 Standard.

Data is stored across at least three Availability Zones.

It features a lower storage cost but higher data retrieval fees.

Its pricing is higher compared to other storage classes.