How to install AWS CLI on Linux | Ubuntu | Windows Subsystem for Linux (WSL2)

Опубликовано: 14 Октябрь 2024
на канале: SrcCodes
2,511
33

In this video, we'll see How to install AWS CLI on WSL2?
Here we'll download and install AWS Command Line Interface (AWS CLI) on Ubuntu distro of Windows Subsystem for Linux (WSL 2).

Article:
------------
https://www.awsjunkie.com/install-aws...

Commands:
--------------------
sudo apt update -y && sudo apt upgrade -y
sudo apt install glibc-source groff less unzip -y
curl "https://awscli.amazonaws.com/awscli-e..." -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version


#aws #wsl #awscli #amazonwebservices #srccodes

00:00 AWS CLI on WSL2
00:21 Prerequisites (glibc, groff, and less)
00:49 Download AWS CLI installer
01:09 Unzip installer package
01:28 Run Install Program
01:44 Verify
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connect with Abhijit Ghosh on Social Media:
  / abhijitghosh  
  / abhijitgh0sh  
https://www.awsjunkie.com/
https://www.srccodes.com/