amazon web services - AWS Configure Bash One Liner - Stack Overflow

PHOTO EMBED

Tue Feb 08 2022 12:31:59 GMT+0000 (Coordinated Universal Time)

Saved by @jrsl #sh

printf "%s\n%s\nus-east-1\njson" "$KEY_ID" "$SECRET_KEY" | aws configure --profile my-profile
content_copyCOPY

https://stackoverflow.com/questions/34839449/aws-configure-bash-one-liner/34844267