Skip to content

Instantly share code, notes, and snippets.

@amosshapira
Created December 1, 2015 01:17
Show Gist options
  • Select an option

  • Save amosshapira/c5fd3c5dc022b7ca589f to your computer and use it in GitHub Desktop.

Select an option

Save amosshapira/c5fd3c5dc022b7ca589f to your computer and use it in GitHub Desktop.
Extract the PolicyDocument of an AWS VPC Endpoint
#!/bin/bash
aws ec2 describe-vpc-endpoints --region ap-southeast-2 | \
jq -r '.VpcEndpoints[].PolicyDocument'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment