Answers for "why is my aws cli credentials not set"

5

aws cli config profile

aws configure --profile
Posted by: Guest on April-06-2020
0

download aws credentials file

#if you want to configure run
aws configure
#to get your aws access key & secret:
Go to: https://console.aws.amazon.com/iam/home#/users -> Select User -> Security Credentials -> Create Access Key (you always have to create a new one)
Posted by: Guest on January-21-2021

Code answers related to "why is my aws cli credentials not set"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language