EC2 c7gn instances degrade in network performance throughput

0

At some point c7gn( large type ) instances start degrading network throughput, so data transferring is throttled, and even scp a small file to a server stop working.( Instance is in use for WS connection). Based on instance monitoring tab it looks like only showing that instance already has been affected by some throttling based on network out bytes/network out packets charts. I assume there is some cap for network usage for some instances in units( like for small instances for CPU and Memory ). If it is true where can i find network units usage for the instance ? and how to check how much quote already has been used ?

max
已提问 3 个月前176 查看次数
1 回答
0

You can refer to Compute optimized instances documentation about network performance. As per the table, c7gn.large is indicated with a †, i.e. it has a baseline bandwidth and can use a network I/O credit mechanism to burst beyond their baseline bandwidth on a best effort basis. For more information, refer to Amazon EC2 instance network bandwidth

>aws ec2 describe-instance-types --filters "Name=instance-type,Values=c7gn.large" --query "InstanceTypes[].[InstanceType, NetworkInfo.NetworkPerformance, NetworkInfo.NetworkCards[0].BaselineBandwidthInGbps]" --output table --region us-east-1
--------------------------------------------
|           DescribeInstanceTypes          |
+-------------+--------------------+-------+
|  c7gn.large |  Up to 30 Gigabit  |  6.25 |
+-------------+--------------------+-------+

You can use CloudWatch as per Collect network performance metrics to monitor network metrics that may exceed maximum allowed

AWS
专家
Mike_L
已回答 3 个月前
profile picture
专家
Kallu
已审核 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则