Skip to content

Instantly share code, notes, and snippets.

@mgla
Created August 20, 2019 15:25
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 mgla/d9acd5dbb012797e8fc27ee1053d2e78 to your computer and use it in GitHub Desktop.
Save mgla/d9acd5dbb012797e8fc27ee1053d2e78 to your computer and use it in GitHub Desktop.
Compile a list of missing CloudFront Domains from trusted advisor
aws support --region us-east-1 describe-trusted-advisor-check-result --check-id N420c450f2 | jq '.result.flaggedResources[].metadata | .[3] + " CNAME " + .[3] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment