Network Interface is Currently In Use

0

I am trying to delete the VPC, Subnets and Security Groups but they are associated to ENI, therefore I have to delete Network Interface first. However while deleting it says "Network Interface is Currently In Use". In CloudShell when I run the command: ./findEniAssociations --eni eni-000000 --region eu-north-1

Found eni-000000000 with subnet-11111111 using Security Groups sg-22222222 Searching for Lambda function versions using subnet-11111111 and Security Groups sg-2222222...

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.

In this case, I don't have a chance to contact AWS support, since I am in free tier. How can I get rid of this problem? Thanks

asked 7 months ago240 views
3 Answers
0
Accepted Answer

For those who faced with the same issue, should check DMS (Data Migration Service). When I deleted the DMS Replication instance, the ENI also was automatically deleted, so we can remove SG, Subnets, VPC one by one without any error.

answered 7 months ago
0

Hello.

It may just be that it takes time to delete the ENI, so it may disappear automatically.
If it does not disappear, please contact AWS Support.

Even if you are using the free tier, you can contact AWS Support for free if you have any issues with your AWS account.
We recommend that you contact AWS Support by opening a case under "Account and billing".
https://docs.aws.amazon.com/awssupport/latest/user/case-management.html

profile picture
EXPERT
answered 7 months ago
0

Link to AWS documentation when possible to help with additional context.

answered 7 months ago

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