Automating SSM Parameter store backup using Python.
November 10, 2023 ⚊ 1 Min read ⚊ Views 40 ⚊ OTHERAWS Systems Manager parameter store is a well-known key-value store where the developers store the parameters in a secure manner. You can be able to store the parameters as normal strings and also as secured strings in the parameter store which can be accessible via API or CLI. You can reference the parameter store name in the scripts, SSM documents, and also in the Codebuild build spec.
Tags: aws, Backup, Parameter, python, Script