How can I improve my Amazon EC2 instance's packet-per-second performance?

0

I'm using an Amazon EC2 instance with 25 Gbps network bandwidth. I can see that I'm using only 10 Gbps of network bandwidth, but I'm still exceeding my packets-per-second limit. Is there a way to get EC2 to use a larger network packet to reduce the total network packets per second number, or any other way I can improve my instance's network performance?

gefragt vor 4 Jahren1181 Aufrufe
1 Antwort
0
Akzeptierte Antwort

Review the maximum transmission unit (MTU) for your Amazon EC2 instance to verify that it's set high enough. Then, review your application's code. If your application is sending data in smaller bursts, then the operating system won't use larger packet sizes. To resolve the issue, consider either increasing the payload size per packet or configuring enhanced networking on your EC2 instance.

profile pictureAWS
EXPERTE
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen