Skip to content

Instantly share code, notes, and snippets.

@ivica-k
Last active November 29, 2021 20:14
Show Gist options
  • Save ivica-k/8576af42a63e42472b3242cd7cef0e9a to your computer and use it in GitHub Desktop.
Save ivica-k/8576af42a63e42472b3242cd7cef0e9a to your computer and use it in GitHub Desktop.
Lists ENIs and HENIs used by Lambdas
$ python henis.py
Total number of ENIs: 409
Total number of hyperplane ENIs: 139
Total number of hyperplane ENIs used by Lambdas: 68
# adding --verbose shows ENI and HENI IDs
$ python henis.py --verbose
Total number of ENIs: 413
Total number of hyperplane ENIs: 139
Total number of hyperplane ENIs used by Lambdas: 68
The list of hyperplane ENIs: ['eni-04910655b12d5071d' ...]
# ... SNIP ...
The list of hyperplane ENIs associated with Lambdas: ['eni-064cf287ea3ba1a8c' ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment