有谁知道不同 EC2 实例可用的带宽?

scs*_*ith 8 bandwidth amazon-ec2

您好,我听说小型 EC2 实例的速度限制在 35mbit/s 左右。有没有人有不同实例类型和管道大小的数字?

我们将计划使用弹性负载平衡,但我真的很想知道实例的外部接口的限制也将是什么。

Bob*_*Gee 5

我想要一个更新的答案,所以这是我通过汇总各种基准源发现的:

速度与 m3/c3/c4/r3 实例的实例大小大致成比例,m1.* 是例外(更快):

  • t2.nano = ??? (基于比例因子,我预计 ~25-30 MBit)
  • t2.micro = ~70 MBit?(qiita 说 63 MBit/s)- t1.micro 大约达到 100 Mbit
  • *.small = ~150 MBit(t2,qiita 说 127 MBit)
  • *.medium = ~300 MBit(m1 在 ~900 MBit 时更好,m3.medium 为 ~400 MBit)
  • *.large = ~450-550 MBit(m3 在 ~700 MBit 时更好,m1.large 为 ~800 Mbit,t2 以 ~500 MBit 进行跟踪)
  • *.xlarge = 700-900 MBit
  • *.2xlarge = 1-1.2 GBit
  • *.4xlarge = ~2 GBit
  • *.8xlarge = 10 Gbit(已发布)

  • @KatherineVillyard 有没有更好的地方提供信息?我不得不去网上搜索以收集它,并希望避免其他人的痛苦。 (3认同)

And*_*sov 4

我运行小型实例作为负载均衡器,流量峰值为 80Mbit。所以我想没有限制。还有一个线程,指出https://forums.aws.amazon.com/thread.jspa?threadID=15534所有人的带宽均为 250Mbit。