Where can I see the actual Packets per Second allowed for each instance type?

0

A network adapter has a metric pps_allowance_exceeded now, so there is an actual value for allowed PPS for each instance type. Is it published anywhere?

Cashier
已提问 2 年前755 查看次数
2 回答
0

It's not defined because of a couple reasons:

  1. You can alter the MTU of any OS
  2. Many instances have burst credits (see here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-credits-baseline-concepts.html)

The best way to see if an instance meets your needs is to configure the OS as you desire and then perform a sustained test to ensure you are not just seeing burst maximums.

profile pictureAWS
已回答 2 年前
  • If there is a metric then it must be a maximum allowed packets per second which is exceeded. Hence it is not a dynamic limit came from the bandwidth. It may be different for different instances, sure. Bandwidth is also vague defined for such burstable instances but it is well defined for other instances. I am not sure why pps limits aren't listed anywhere.

  • MTU alters packet size.

0

So does that mean, the instance size has to be tested by trial and error to see if the PSS allowance is exceeded each time? Today I have the PPS during a time period when we started to see a service degradation. We are using two T3 medium instances behind an NLB and are seeing 125 (for T3 XL) and 86 (M instance size) of Packets per second using the basic metrics collected per instance in CloudWatch. What is the recommended way to scale up the instances such that there will be no service degradation? at the point of service degradation we see 37 K Packets and 25 K packets coming into the instance because the application must have started to retry!

已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则