In short, the below CLI works for it. You will get a number returned which shows the current usage of Hyperplane ENI in the VPC.
aws ec2 describe-network-interfaces –filters Name=vpc-id,Values=<YOUR_VPC_ID> | grep ‘”InterfaceType”: “lambda”‘ | wc -l
No Comments