Answers for "where does aws cli install"

2

install aws cli version 2

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
Posted by: Guest on March-20-2022
1

install aws cli on windows

sudo apt install awscli
Posted by: Guest on January-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language