如何配置以针对向S3存储桶发出的大量请求获得最佳性能

时间:2019-11-30 03:22:34

标签: amazon-s3

我在AWS实践中遇到一个问题:

  

某公司使用S3存储桶来存储其文档。他们期望混合   每秒大约有1000个PUT / GET请求。公司怎么能   配置其系统以获得最佳性能?选择2个答案

Options:
A.  Add an ELB in front of the S3 bucket.
B.  Add randomness to the key names.
C.  Enable Versioning for the S3 bucket.
D.  Enable S3 Accelerator
E.  Add a CloudFront distribution in front of the bucket.

可以肯定B是两个答案之一,但我想知道A.在S3存储桶前面添加ELB是否有帮助?

谢谢。

0 个答案:

没有答案