Install WSL command You can now install everything you need to run WSL with a single command. Open PowerShell or Windows Command Prompt in administrator mode by right-clicking and selecting "Run as administrator", enter the wsl --install command, then restart your machine. PowerShell wsl --install Install AWS CLI: pip install awscli --upgrade --user Verify Installation: aws --version Configure AWS CLI: aws configure You'll be prompted to enter your Access Key ID, Secret Access Key, AWS Region, and default output format. AWS Access Key ID: XXXXXXXX AWS Secret Access Key: XXXXXXXXXXXXXXX Default region name: xxxx Default output format: json