Network interface getting not deleted

0

Hello i am unable delete my Network interface and Its VPC Network interface ID: eni-009369c17b1c7e931 subnet-05352f1d8184c33ad vpc-046de896f2b74b933 Please someone help me to delete it

feita há 2 anos310 visualizações
2 Respostas
0

Best thing you can do is see what it is attached to.

On the ec2 console, in the left menu go to "Network & Security" "Network Interfaces" and look up the interface in question.

You can scroll a bit to the right to see the Description.

This will give you an indication by what it was/is used.

If it says it was for a Lambda you might have to wait up to 40 minutes.

If it is another resources still active in your account: well you found the reason it can't be deleted.

Merry Xmas. Jacco

profile picture
JaccoPK
respondido há 2 anos
0

When tracking down such issues in the past I have leveraged below.

  • If you have AWS Config enabled you could search for the ENI resource to determine what is associated with the ENI.
  • AWS Support Tools contains a simple bash script (findEniAssociations) that when given an ENI identifier and an AWS region will find if there are any Lambda functions currently using the specified ENI.
RoB
respondido há 2 anos

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