Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Created September 2, 2021 03:47
Show Gist options
  • Save tfentonz/78c428f9a9b6f75ba28f854fbbc02844 to your computer and use it in GitHub Desktop.
Save tfentonz/78c428f9a9b6f75ba28f854fbbc02844 to your computer and use it in GitHub Desktop.
AWS CLI Elastic Load Balancing SSL Policy Names
aws elbv2 describe-ssl-policies --query 'sort_by(SslPolicies[], &Name)[].{Name:Name}' --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment