Last active
April 19, 2022 22:11
-
-
Save adenot/ed87b0b5dc6e67d75e0955db97b0ce98 to your computer and use it in GitHub Desktop.
Using SSM Loader (AWS CloudShell)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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