amazon-s3 - 从 Amazon S3 下载 Assets 的速度取决于哪些因素?

标签 amazon-s3 amazon-web-services data-transfer

我们可以从 Amazon S3 下载文件的速度有多快,是否有上限(他们会在同一用户的所有请求之间分配上限),还是仅取决于我的互联网连接下载速度?我在他们的 SLA 中找不到它。

它还取决于哪些其他因素?他们是否在某种程度上限制了数据传输速率以防止滥用?

最佳答案

这已在最近的 Amazon S3 中得到解决团队帖子Amazon S3 Performance Tips & Tricks :

First: for smaller workloads (<50 total requests per second), none of the below applies, no matter how many total objects one has! S3 has a bunch of automated agents that work behind the scenes, smoothing out load all over the system, to ensure the myriad diverse workloads all share the resources of S3 fairly and snappily. Even workloads that burst occasionally up over 100 requests per second really don't need to give us any hints about what's coming...we are designed to just grow and support these workloads forever. S3 is a true scale-out design in action.

S3 scales to both short-term and long-term workloads far, far greater than this. We have customers continuously performing thousands of requests per second against S3, all day every day. [...] We worked with other customers through our Premium Developer Support offerings to help them design a system that would scale basically indefinitely on S3. Today we’re going to publish that guidance for everyone’s benefit.

[emphasis mine]

您可能想要阅读整篇文章,以更深入地了解 S3 架构以及真正大量工作负载 所带来的挑战(即,正如 S3 团队强调的那样,它根本不适用对于大多数用例)。

关于amazon-s3 - 从 Amazon S3 下载 Assets 的速度取决于哪些因素?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10143710/

相关文章:

amazon-web-services - S3 存储桶访问仅限 VPN

amazon-web-services - 存储桶日志文件的 S3 数据分区

java - Java SDK中如何退出SQS读取

amazon-web-services - 无法在 AWS Elastic Beanstalk 上选择可用区

jQuery UI - 可拖放的数据传输未定义

objective-c - 将数据传输回原始 View

amazon-web-services - Elastic beanstalk 实例无法访问私有(private) S3 文件

javascript - Amazon S3 POST,事件何时完成?

amazon-web-services - AWS Cloudwatch/Lambda - 计划的事件触发过于频繁

ios - 如何在 watchos 中使用 WCSessionUserInfoTransfer?