deleting vpc and network interface

0

how to delete vpc since it is connected to network interface ? Error in deleting network interface.

Anusha
質問済み 9ヶ月前240ビュー
3回答
0
承認された回答

Hello.

Deletion may fail if the ENI to be deleted is still being used by an AWS service.
For example, are there any EC2s, ALBs, other VPC endpoints or NAT Gateways left?
Since those services may be using ENI, try deleting the AWS service rather than from deleting the ENI.
https://repost.aws/knowledge-center/troubleshoot-dependency-error-delete-vpc

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

If you want to delete a VPC then everything that is running inside it has to be deleted beforehand, and this includes network interfaces.

Have a look in the network interfaces section of the EC2 console https://console.aws.amazon.com/ec2/home#NIC:

And also refer to the answer given to a similar question last month https://repost.aws/questions/QUCIjffVdKSm6yC_hrUUkI9A/impossible-to-delete-vpc-network-interface

profile picture
エキスパート
Steve_M
回答済み 9ヶ月前
profile picture
エキスパート
レビュー済み 9ヶ月前
profile picture
エキスパート
レビュー済み 9ヶ月前
  • network interfaces not deleting

0

Enter image description here

Anusha
回答済み 9ヶ月前

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

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

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

関連するコンテンツ