Skip to content

Instantly share code, notes, and snippets.

@rcbop
Created February 5, 2018 23:14
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 rcbop/e2e1eb30ae56c7f21c15011bd8d486f7 to your computer and use it in GitHub Desktop.
Save rcbop/e2e1eb30ae56c7f21c15011bd8d486f7 to your computer and use it in GitHub Desktop.
Jq query to find cloudfront distribution by substring of comments sub-element
aws cloudfront list-distributions --profile my-profile --output json | jq '.DistributionList.Items[] | select(.Comment | contains("my-project-key"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment