Try   HackMD

WSL 安裝 awscli

WSL下輸入

apt install awscli

Windows 10 去下載安裝檔

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
(目前有些指令不會使用) https://docs.aws.amazon.com/zh_tw/cli/latest/userguide/install-windows.html

參考設定 AWS CLI 技術文件
https://docs.aws.amazon.com/zh_tw/cli/latest/userguide/cli-chap-configure.html
需要 AWS credentials
輸入下列指令的指令

aws configure

特別提一下

AWS 上可以取到 credentials 裡面會有 Access Key 等資訊
region=us-west-2
output format=json
才能執行下面腳本的 AWS Login

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

如果要修改參數 VERSION 改成 1.0.0.6-preview

export VERSION=1.0.0.6-preview

第一次產生 VERSION 參數,只要輸入下列指令

VERSION=${VERSION:-1.0.0.6}
tags: WSL awscli 工作紀錄`