Answers for "where to install aws cli"

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
5

install aws cli on windows

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
Posted by: Guest on November-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language