Cannot delete ENIs because it's used by lambda, but I have nothing on lambda

0

Hi,

Yesterday I was playing around with EKS and this morning I checked how much I was billed so I wanted to delete everything since I'm currently not using it (I'm in the free tier, so I don't want to spend much so far). I had created my EKS cluster with CloudFormation, but now I can't delete the stack because resources are still in use. When I tried to delete these, I get errors saying that something else is using them, so I keep going down the line and I can't delete the ENIs because "Network interface is currently in use and is of type lambda". I go into Lambda, but there is nothing there.

Any hints on how I can get rid of these ENIs, so I can delete everything else?

Thanks

JavierG
質問済み 4ヶ月前360ビュー
2回答
0

Have you run the Lambda ENI Finder mentioned in this article? https://repost.aws/knowledge-center/lambda-eni-find-delete

profile pictureAWS
エキスパート
回答済み 4ヶ月前
profile pictureAWS
エキスパート
レビュー済み 4ヶ月前
0

Yes, but still nothing:

This script is for determining why an ENI that is managed by AWS Lambda has not been deleted.

Found eni-XXXXXXXXXXX with "subnet-XXXXXXXXXXXX" using Security Groups "sg-XXXXXXXXXXXXX"
Searching for Lambda function versions using "subnet-XXXXXXXXXXXXX" and Security Groups "sg-XXXXXXXXXXXXXX"...

No Lambda functions or versions found that were using the same subnet as this ENI.
If this ENI is not deleted automatically in the next 24 hours then it may be 'stuck'. If the ENI will not allow you to delete it manually after 24 hours then please contact AWS support and send them the output of this script.
JavierG
回答済み 4ヶ月前

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

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

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

関連するコンテンツ