AWS CLI Installation
Revision as of 17:26, 17 July 2022 by Ant (talk | contribs) (Created page with " https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html * Ubuntu, execute <code>apt-get -y install awscli</code> and configure it<ref>https://docs.a...")
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
- Ubuntu, execute
apt-get -y install awscli
and configure it[1] useaws configure
and check configuration usingaws configure list
.
- Linux installation
- MacOS, execute:
brew install awscli
AWS CLI, aws
[ configure
| iam
| ec2
| ecs
| eks
| s3
| rds
| sts
| cloudwatch
| cloudformation
| cloudfront
| eventbridge
| lambda
], aws configure list
, .aws/credentials
, .aws/config
, ~/.aws/cli/alias
, --output [ table | json | text | XXX ]
, Aws cli environmental variables: AWS_PROFILE
, AWS_DEFAULT_REGION, AWS_REGION
, AWS_CLI_AUTO_PROMPT
, AWS_SESSION_TOKEN
, aws list all
, auto-prompt
, --version
, whoamiaws, --filters, --help
Advertising: