0

How to find parameter values recursively from all the parameters. We have around 1000 parameters and from this how can I find which database is used in which project.

Thanks,

  • would this help https://stackoverflow.com/questions/55011890/list-all-parameters-in-aws-ssm-parameter-store – JCompetence Feb 05 '21 at 07:57
  • Thank you for the reply. Using describe-parameters I am not able to find the values from parameter store. Basically I am looking for how to find values from parameter store same link find command in linux. Thanks, – Manoj Kinage Feb 06 '21 at 10:59
  • I think you might have to first get all parameters, then iterate on each to get their values. Using GetParametersByPath – JCompetence Feb 07 '21 at 20:47

0 Answers0