Issues Deleting VPC

0

I am having issues deleting my VPC: "Unable to delete This VPC cannot be deleted until you complete the following actions. Name – VPC ID vpc-________ State Available The VPC contains one or more in-use network interfaces "

Then this issue once trying to detach network interface: "Failed to detach the network interface. API error: "You do not have permission to access the specified resource.""

Changed permissions to allow everything, and received the same error.

Any ideas?

Abright
asked 12 days ago62 views
2 Answers
1

You have resource dependencies that is using VPC. Check out this article to find out dependencies that blocking you from deleting your VPC.

AWS
Zmnako
answered 12 days ago
1

It's likely you don't have permission to delete the network interface because it belongs to an AWS service you provisioned. If so, select the ENI Details tab, review the Description to find which resource the elastic network interface is attached to, and delete the attached service.

EXPERT
answered 12 days 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