Skip to content

Instantly share code, notes, and snippets.

@kjmkznr
Forked from 2matzzz/elb-policy-list.sh
Last active November 24, 2015 06:40
Show Gist options
  • Save kjmkznr/c8789d14a05270852c16 to your computer and use it in GitHub Desktop.
Save kjmkznr/c8789d14a05270852c16 to your computer and use it in GitHub Desktop.
$ aws elb describe-load-balancer-policies --query "PolicyDescriptions[].{PolicyAttributeDescriptions: PolicyAttributeDescriptions[?AttributeName == 'Server-Defined-Cipher-Order' && AttributeValue == 'true'], PolicyName: PolicyName} | [? length(PolicyAttributeDescriptions[?AttributeName == 'Server-Defined-Cipher-Order' && AttributeValue == 'true']) > \`0\`]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment