Help deleting orphaned Lambda ENIs?

0

I am trying to delete a VPC subnet but I can't due to orphaned Lambda ENIs.

I am seeing 3 ENIs connected to the subnet (which I'm trying to delete) under network interfaces within the EC2 configuration section.

The ENIs in question are all pre-fixed with AWS Lambda VPC ENI- and I'm unable to delete them.

Notes:

  • I have removed this subnet from the Lambda VPC Configuration (and any versions)
  • Two of the named Lambdas no longer exist
  • They have been in this state for at least 3 weeks if not more

ENIs: eni-0b86ffce0ca45c937 eni-082c7cfda48e304e8 eni-0a1b06ae1ff6f54c7

Could someone please help me to remove these?

Barry G
asked 2 years ago3787 views
1 Answer
1

There might be other Lambda functions still connected to these ENIs. You may follow this guide to find any other any Lambda functions and function versions that are still using the network interface and how to delete the ENIs.

https://aws.amazon.com/premiumsupport/knowledge-center/lambda-eni-find-delete/

profile picture
joahna
answered 2 years ago
  • Many thanks, the subnet has been removed. The script pointed me to exactly what I needed to cleanup. Thanks!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions