Last active
July 11, 2019 15:01
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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