I am trying to delete AWS VPC (a non default one). I am getting error that "We could not delete the following VPC (vpc-xxxxxxx (xx.xx.xx.x/16)) Network interface 'eni-xxxxxx' is currently in use. (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterValue; Request ID: xxxxxx-dd86-47c8-98cd-xxxxxxxxxxx)".
When I tried deleting the related Network Interface, I got error "eni-xxxxxxx: You do not have permission to access the specified resource."
There are security groups associated with the NI (network interface). There are subnets associated with the NI. There are no EC2 instances - all are terminated. There are no VPC endpoints. There are no RDS db, db security group or subnets.
For EC2 SG (security groups), I am getting permission denied error message while trying to delete (even the non default SG against the non-default VPC. This SG has description of "AWS created security group for d-xxxxxxxxxx directory controllers".
For subnets, I am not able to delete them because they are associated with the above mentioned NI.
Can someone help? I have a free tier account and hence even dont have technical support or neither able to post new thread in aws forums (getting error message - Your account is not ready for posting messages yet. Please try again later). I fear this is because I have a free tier account.
In the navigation pane, under Network Interfaces, search for the VPC ID of the Amazon VPC that you're deleting. Select the network interface and choose the Details tab. Review the Description to see which resources the network interface is attached to. Delete the associated resources.
You must detach the network interface before you can delete it.
To delete your VPC using the consoleOpen the Amazon VPC console at https://console.aws.amazon.com/vpc/ . In the navigation pane, choose Your VPCs. Select the VPC to delete and choose Actions, Delete VPC.
Check 2 things.
Delete above two resources if present then you will be able to delete the VPC.
As @karimtabet said, the VPC I was unable to delete was still assigned to an active RDS instance. after removing this RDS instance, I was able to delete the VPC.
Check if you have any EFS instances or S3 buckets with versioning turned on or cross-domain replication (this is the one that got me recently).
I was only able to delete the eni through de api:
aws ec2 delete-network-interface --network-interface-id eni-XXXXXXX
In my case I have created an ECS cluster with Terraform. But wasn't able to clean it up with the command terraform destroy
.
In the web console I always got the error Network interface is currently in use
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With