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?

feita há 4 anos1181 visualizações
1 Resposta
0
Resposta aceita

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
ESPECIALISTA
respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas