Skip to content

Instantly share code, notes, and snippets.

@pataiji
Created May 19, 2020 00:53
Show Gist options
  • Save pataiji/dd07457ff33596d35a88fcbd3b05c09c to your computer and use it in GitHub Desktop.
Save pataiji/dd07457ff33596d35a88fcbd3b05c09c to your computer and use it in GitHub Desktop.
List VPC CidrBlocks
$ aws ec2 describe-vpcs | jq '.Vpcs[] | { CidrBlock: .CidrBlock, Name: .Tags[] | select(.Key == "Name").Value }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment