AWS CLI: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 38: Line 38:
{|
{|
|valign='top'|
|valign='top'|
* [https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpcs.html AWS » CLI » EC2 » <code>describe-vpcs</code>]
* [https://awspolicygen.s3.amazonaws.com/policygen.html AWS » S3 » Policy Generator]
* [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]
* [https://docs.aws.amazon.com/cli/latest/ AWS » CLI » Docs]
* [https://docs.aws.amazon.com/cli/latest/reference/s3/ AWS » CLI » S3]
* [[AWS]]
* [[AWS]]



Revision as of 04:52, 18 July 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