Answers for "aws configure cli command"

5

aws cli config profile

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

aws cli

*Install the AWS CLI version 2 on Linux *

- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- sudo ./aws/install
- aws --version
aws configure
Posted by: Guest on September-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language