Skip to content

Instantly share code, notes, and snippets.

View chaimackerman's full-sized avatar

Chaim Ackerman chaimackerman

View GitHub Profile
@chaimackerman
chaimackerman / aws-cf-distros
Created November 23, 2017 00:55
Show all AWS CloudFront distribution origins in a bash one-liner
aws cloudfront list-distributions | jq '.[]["Items"][] | { "distribution-id": .Id, origin: .DefaultCacheBehavior.TargetOriginId[3:]}'