Table of Contents

About

The cli of Aws is a client

Install

pip3 install awscli --upgrade --user
  • Verification
aws --version
aws-cli/1.16.137 Python/3.7.1 Windows/10 botocore/1.12.127

aws sts get-caller-identity
{
    "UserId": "AIDARL7YUPL27T",
    "Account": "094148",
    "Arn": "arn:aws:iam::0948:user/cli"
}

Documentation / Reference