Skip to content

Instantly share code, notes, and snippets.

@ankyit
Last active March 10, 2020 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankyit/58d792ecc9d1abd6fe2099bb3d7eca2c to your computer and use it in GitHub Desktop.
Save ankyit/58d792ecc9d1abd6fe2099bb3d7eca2c to your computer and use it in GitHub Desktop.
AWS - CLI references
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