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?

demandé il y a 4 ans1181 vues
1 réponse
0
Réponse acceptée

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
EXPERT
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions