Skip to content

Instantly share code, notes, and snippets.

@2matzzz
Created November 23, 2015 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save 2matzzz/ee79aad78cb7f0d19e65 to your computer and use it in GitHub Desktop.
Save 2matzzz/ee79aad78cb7f0d19e65 to your computer and use it in GitHub Desktop.
aws elb describe-load-balancer-policies --query \
'PolicyDescriptions[] | \
[? PolicyAttributeDescriptions[? AttributeName == `Server-Defined-Cipher-Order` ] | \
[? AttributeValue==`"true"`] ]| \
{"Server-Defined-Cipher-Order-Enabled-Policy":[][PolicyName][]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment