keenanromain / AWS-SAA-C02-Study-Guide

How to become a certified AWS Solutions Architect
1.66k stars 884 forks source link

Hash keys are deprecated #13

Open clark-schneider opened 2 years ago

clark-schneider commented 2 years ago

Earlier versions of the AWS Docs also suggested to use hash keys or random strings to prefix the object's name. In such cases, the partitions used to store the objects will be better distributed and therefore will allow better read/write performance on your objects.

This is no longer relevant, per the documentation referenced.

For example, previously Amazon S3 performance guidelines recommended randomizing prefix naming with hashed characters to optimize performance for frequent data retrievals. You no longer have to randomize prefix naming for performance, and can use sequential date-based naming for your prefixes.