This Python (3.6+) script is for migrating Amazon AWS System Manager (SSM) Parameter Store keys from one path to another.
To install the script do the following:
- Configure your AWS credentials
- Grab the code from this gist
- Make it executable (
chmod +x /path/to/copy-ssm-ps-path.py
) pip install boto3
(if you don't have it installed already)