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?

asked 4 years ago1166 views
1 Answer
0
Accepted Answer

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
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions