Skip to content

Instantly share code, notes, and snippets.

@adenot
Last active April 19, 2022 22:11
Show Gist options
  • Save adenot/ed87b0b5dc6e67d75e0955db97b0ce98 to your computer and use it in GitHub Desktop.
Save adenot/ed87b0b5dc6e67d75e0955db97b0ce98 to your computer and use it in GitHub Desktop.
Using SSM Loader (AWS CloudShell)
pip3 install ssm-loader
./.local/bin/ssm dump /app/dev/ -o app-dev.json
# edit app-dev.json, and load back:
./.local/bin/ssm load -f app-dev.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment