1 個回答
- 最新
- 最多得票
- 最多評論
1
There might be other Lambda functions still connected to these ENIs. You may follow this guide to find any other any Lambda functions and function versions that are still using the network interface and how to delete the ENIs.
https://aws.amazon.com/premiumsupport/knowledge-center/lambda-eni-find-delete/
已回答 3 年前
相關內容
- 已提問 17 天前
- AWS 官方已更新 2 年前
- AWS 官方已更新 4 年前
Many thanks, the subnet has been removed. The script pointed me to exactly what I needed to cleanup. Thanks!