How To Choose the Right Class for AWS S3 Storage

Martha

Member
S3 can store huge amounts of data, but it has different storage classes like Standard, Infrequent Access, and Glacier. How do you choose the right class? Does cost always outweigh access speed when choosing the storage?
 
I think choosing the right class for AWS storage depends on your necessity. If your projects need a lot of storage you should go for higher plan. You also need to check if the cost is affordable to you or not.
 
S3 can store huge amounts of data, but it has different storage classes like Standard, Infrequent Access, and Glacier. How do you choose the right class? Does cost always outweigh access speed when choosing the storage?
It really depends on your use case.

For archival data (family pictures, etc), then you want the cheapest storage possible (Glacier). However, if you need to store "hot" data that you cannot afford to lose, then you would want AWS S3 standard, which has %99.99999999 durability, and will never be lost.

If you can share more about your use case, I am sure we can point you in the right direction.
 
Back
Top