``` aws ec2 describe-instance-types --query "InstanceTypes[].[InstanceType, NetworkInfo.NetworkPerformance]" --output table ``` By running the command above, you could print out the network performance of each instance type
By running the command above, you could print out the network performance of each instance type