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

feita há um ano748 visualizações
1 Resposta
1
Resposta aceita

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
ESPECIALISTA
respondido há um ano
  • 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.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas