not able to delete network interfaces linked with dead

0

Hello,

I'm not able to delete network interfaces which are still linked to dead EC2 instances: I have a "Network interface is currently in use." error message; it concerns the following ones:

  • eni-09ed4eced1fe1524e
  • eni-0c285e58524faf501

Could you please help ?

已提問 2 年前檢視次數 277 次
1 個回答
0
已接受的答案

Generally you should not post the IDs of your ENI on re:Post because this is a public forum.

That said, you do want to ensure you know what you are doing and not deleting ENIs that are needed by your application.

If you do need to delete an ENI, that's say from a failed instance, you will be able to use the

aws ec2 detach-network-interface --attachment-id <VALUE> --force

CLI command. [1]

Jason_S
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南