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 ?

1 Risposta
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
ESPERTO
Mike_L
con risposta 3 mesi fa
profile picture
ESPERTO
Kallu
verificato 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande