CLI App: Difference between revisions
Jump to navigation
Jump to search
Line 51: | Line 51: | ||
|valign='top'| | |valign='top'| | ||
* [[MySQL|CLI » MySQL]] | |||
* [[Locust|CLI » Locust]] | |||
* [[PostgreSQL|CLI » PSQL]] | |||
* [[Git|CLI » Git]] | |||
|- | |- |
Revision as of 23:58, 24 April 2024
AWS CLI
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
aws --version
aws configure
cat ~/.aws/config
cat ~/.aws/credentials
References
| ||
| ||