Created
October 21, 2021 17:31
-
-
Save bvanskiver/57e7642aac21b7af45a79b2a7ada58e4 to your computer and use it in GitHub Desktop.
This file contains 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=subnet-id,Values=[subnet-id]" --query "NetworkInterfaces[*].[PrivateIpAddress,Description]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment