EC2 m5n.2xlarge limited bandwidth?

0

When a user is uploading a file to my m5n.2xlarge, the server become quite slow (network). The user is uploading at 100Mbps, I am not sure why the server is not able to handle this bandwidth. From the specs:

  • Network: Up to 25 Gbps
  • EBS: Up to 4,750 Mbsp

I am limited because of EBS, or credit balance (I don't understand this notion of credit balance)? Should I use another instance? Thank you in advance!

eeight
已提問 2 年前檢視次數 330 次
2 個答案
1

Did you validate the ENA drive is enabled on the instance? https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking-ena.html

You can also leverage CloudWatch metrics to see the NetworkIn to the instance to see how much throughput is being used. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-network-performance-ena.html

profile pictureAWS
專家
Rob_H
已回答 2 年前
  • ENA enabled yes. I configured alarms, is that boolean: ethtool_bw_in_allowance_exceeded > 0 for 1 datapoints within 5 minutes (did the same for the 5 of them). Does it makes sense?

0

Network performance from a client to a server depends on a lot of things including the network in between. Could it be an issue on the server? Sure. But I would first look at the path between the client and server. Run tests on different clients connected to different networks and isolate where the performance issue is coming from.

profile pictureAWS
專家
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南