HTML5 7
AWS CLI 2 Guest on 22nd March 2024 07:08:24 AM
  1. Install WSL command
  2. 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.
  3. PowerShell
  4.  
  5. wsl --install
  6.  
  7.  
  8. Install AWS CLI:
  9.         pip install awscli --upgrade --user
  10.        
  11.        
  12. Verify Installation:   
  13.         aws --version
  14.  
  15.  
  16. Configure AWS CLI:
  17.         aws configure
  18.        
  19.  
  20.  
  21.  
  22.  
  23. You'll be prompted to enter your Access Key ID, Secret Access Key, AWS Region, and default output format.
  24.  
  25. AWS Access Key ID: XXXXXXXX
  26. AWS Secret Access Key: XXXXXXXXXXXXXXX
  27. Default region name: xxxx
  28. Default output format: json

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.