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

PHOTO EMBED

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

Saved by @jrsl #sh

➜ cat ~/.aws/config
[profile_1]
output = json
region = eu-west-1
[profile_2]
output = json
region = eu-west-1

➜ cat ~/.aws/credentials
[profile_1]
aws_access_key_id =
aws_secret_access_key =
[profile_2]
aws_access_key_id =
aws_secret_access_key = 
content_copyCOPY

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