Different Storage Classes in S3
Learn about different storage classes and their classifications based on object access.
Each object uploaded to an S3 bucket belongs to one of the storage classes. Different storage classes have different properties and pricing. The choice for the storage class depends on the performance and access requirements.
If the storage class isn’t specified during object creation, the object will belong to the S3 Standard storage class by default.
Storage classes
For frequent access
S3 Standard
-
Whenever data stored in an S3 bucket is very frequently accessed, and the access operation must be with low latency and high throughput, the best option is to choose S3 Standard. Using this, data can be frequently accessed by cloud applications, web applications, data analytics applications, and so on. It’s important to note that the access operation must be with low latency and high throughput.
-
S3 ...