v1과 달리 파이썬 의존성을 가지지 않으며 AWS 측에서 공식 설치 스크립트를 제공
파이썬 패키니 매니저인 pip를 이용하여 설치 불가
sudo apt update
sudo apt install unzip build-essential curl
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install