Last active
March 10, 2020 23:58
-
-
Save ankyit/58d792ecc9d1abd6fe2099bb3d7eca2c to your computer and use it in GitHub Desktop.
AWS - CLI references
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws ec2 describe-network-interfaces --filters Name=vpc-id,Values=vpc-12345 --query "NetworkInterfaces[*].[NetworkInterfaceId,Description,VpcId,PrivateIpAddress]" --output table | |
Ref: https://aws.amazon.com/premiumsupport/knowledge-center/vpc-detach-or-delete-eni/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment