Created
July 19, 2022 09:23
-
-
Save kenoir/a8fa446abb6b2bb5d21fe804a7704ca9 to your computer and use it in GitHub Desktop.
bucket_from_ssm_in_region.sh
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
for AWS_REGION in eu-west-1 us-west-1 ap-southeast-2 ca-central-1 | |
do | |
AWS_REGION=$AWS_REGION AWS_PROFILE=frontend aws ssm get-parameter --name "/account/services/artifact.bucket" | jq "." | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment