AWS CLI: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 38: Line 38:
{|
{|
|valign='top'|
|valign='top'|
* [https://awspolicygen.s3.amazonaws.com/policygen.html AWS » S3 » Policy Generator]
* [https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html AWS » CLI » Install]
* [https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html AWS » CLI » Install]
* [[AWS]]
* [[AWS]]

Revision as of 03:29, 25 June 2024

wget -cq https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -P ${HOME}/Downloads
unzip -q ${HOME}/Downloads/awscli-exe-linux-x86_64.zip -d ${HOME}/Downloads/
rm -rf   ${HOME}/Downloads/awscli-exe-linux-x86_64.zip
sudo     ${HOME}/Downloads/aws/install
rm -rf   ${HOME}/Downloads/aws

Playground

aws --version
aws configure
cat ~/.aws/credentials
cat ~/.aws/config

References