Installing AWS CLI on a Windows 10 Machine with Ubuntu Linux Subsystem
1. Install Linux Subsystem for Windows
2. Install python3 in Linux
3. apt-get update | apt-get upgrade
4. Install aws-shell or aws-cli via pip installer. aws-shell include autocomplete, which makes life much easier.
5. sudo apt install aws-shell
No comments:
Post a Comment