Skip to content

A Python app to import/export all your Param store parameters

Notifications You must be signed in to change notification settings

CrgMkz/ssm-params-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Usage

Exporting:

Provide the param store path you want to download params from. '/' will download all parameters.

Also provide the region you want the parameters pulled from.

python3 main.py download --path ['path'] --region ['aws region']

Example:

python3 main.py download --path '/' --region eu-west-1

Importing:

Provide the filename created from the step above.

Provide the AWS region you are importing the params to.

python3 main.py upload --filename ['filename'] --region ['aws region']

Example:

python3 main.py upload --filename params_eu-west-1_141020_2314.txt --region eu-west-1

About

A Python app to import/export all your Param store parameters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages