I want to get Maximum Capacity for network interfaces in Amazon EC2 Instance?
when I used this command:
$ sudo lshw -class network
the result is:
$ sudo lshw -class network
*-network
description: Ethernet interface
physical id: 1
logical name: eth0
serial: 0e:bf:3b:c5:cd:20
capabilities: ethernet physical
configuration: broadcast=yes driver=vif ip=10.0.1.14 link=yes multicast=yes
but I need capacity
that here you can see as a result.
could someone help in this case?