Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install aws cli 2 yum

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install -i /usr/local/aws-cli -b /usr/local/bin
Comment

install aws cli 2 yum

curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
sudo yum install -y unzip
unzip awscliv2.zip
sudo ./aws/install -i /usr/local/aws-cli -b /usr/local/bin
Comment

install aws cli

#Installing or updating the latest version of the AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
Comment

install aws cli on windows

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi
Comment

install aws cli on windows

sudo apt install awscli
Comment

install aws cli version 2 on mac

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
Comment

install aws cli on windows

choco install awscli
Comment

PREVIOUS NEXT
Code Example
Shell :: install aws cli v2 on mac 
Shell :: Simulate keys with powershell 
Shell :: apache2 install ubuntu 20.04 
Shell :: add date to git reflog 
Shell :: terminal save txt to clipboard 
Shell :: docker compose up only one service 
Shell :: ubuntu wifi with no internet 
Shell :: cambiar nombre branch git 
Shell :: install node specific version 
Shell :: ionic social sharing 
Shell :: push code to github vscode 
Shell :: macos clear terminal 
Shell :: flutter Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this. 
Shell :: how to check command history in linux with date and time 
Shell :: git add except files 
Shell :: tree process linux commnad 
Shell :: get path composer 
Shell :: conflict pull 
Shell :: npm install strapi 
Shell :: download post man in linux 
Shell :: git current branch 
Shell :: docker build 
Shell :: set terminator as default 
Shell :: cmd flutter doctor says android studio is not installed 
Shell :: add more changes to same commit 
Shell :: how to untrack a file in git 
Shell :: github restore previous commit 
Shell :: add flathub repository fedora 
Shell :: grep lines between two patterns in unix 
Shell :: grep without pattern 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =