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?

質問済み 4年前1181ビュー
1回答
0
承認された回答

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
エキスパート
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ