Skip to content

S3 Performance Exam Tips

  • Remember the 2 main approaches to Performance Optimization for S3:
    • GET-Intensive Workloads: Use CloudFront
    • Mixed Workloads (DEPRECATED JULY 2018): Avoid sequential key names for your S3 objects. Instead, add a random prefix like a hex hash to the key name to prevent multiple objects from being stored on the same partition.