EC2 instance - nic speed

0

I have a EC2 instance, running RHEL 8. I would like to view the network interface card (nic) speed from the command line. Is there a command that will display the speed for the nic? I've used the ethtool command, but I only get an output of 2 lines of information - neither of which is the speed.

ethtool eth0

Settings for eth0: Link detected: yes

preguntada hace un año748 visualizaciones
1 Respuesta
1
Respuesta aceptada

The "ethernet" port that is presented to your instance is a virtual port - it's not a physical port and therefore doesn't have a speed that is negotiated (like a physical port does).

Different instance types have different networking capabilities. The documentation talks about how to find the available bandwidth for your instance type.

profile pictureAWS
EXPERTO
respondido hace un año
  • How is it different from windows based EC2 ..because I can see the speed in windows?

    name LinkSpeed Status InterfaceDescription


    Ethernet 2 1 Gbps Up AWS PV Network Device #0

  • Hello Brettski, your answer "hit the nail squarely on the head"!!! Many, many, many thanks for a great response, and for the additional documentation.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas