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

質問済み 2年前309ビュー
2回答
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
回答済み 2年前
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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ