Answers for "aws default profile"

2

echo aws profile

export AWS_PROFILE=my-profile

echo $AWS_PROFILE
Posted by: Guest on September-17-2020
4

aws cli config profile

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

aws default profile

export AWS_PROFILE=user1
Posted by: Guest on March-12-2021
0

aws configure change default profile

$ aws configure
AWS Access Key ID [****************FFGG]: ZZZZZZCCCDDDEEEFFFZZ
AWS Secret Access Key [****************mmmn]: zzzzzzcccdddeeefffggghhhiiijjjkkklllmmzz
Default region name [us-east-1]: us-west-2
Default output format [text]: json
Posted by: Guest on May-31-2020

Browse Popular Code Answers by Language