Skip to content

Instantly share code, notes, and snippets.

@Hazem-Ben-Khalfallah
Last active July 11, 2019 15:01
Show Gist options
  • Select an option

  • Save Hazem-Ben-Khalfallah/0d0f4f963f71769cac262ef30b072706 to your computer and use it in GitHub Desktop.

Select an option

Save Hazem-Ben-Khalfallah/0d0f4f963f71769cac262ef30b072706 to your computer and use it in GitHub Desktop.
[Get ssm parameter] get all parameters from aws ssm and extract their names and descriptions #aws #ssm
aws ssm describe-parameters --query "Parameters[].{Name:Name,Description:Description}" --output text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment