Download presentation
Presentation is loading. Please wait.
1
AWS雲端企業 馮治平 2016/10
2
CLI: Command Line Interface
管理 AWS 服務的統一工具 從命令列控制多個 AWS 服務,並透過指令碼將服務自動化
3
Windows 安裝 AWS CLI
4
AWS 界面
5
Where is aws.exe C:\program files\amazon\awscli\aws.exe Cd /users/you
Aws configure ls /usrs/you/.aws g_region
6
config & credentials
7
cli testing
8
資料匣同步上傳製作我的最愛
9
大檔案的上傳 Unix 環境下使用先把檔案 split 分割成多個檔 取得各個小檔及原先大檔的 md5 base64 checksum
取回上傳ID 開始上傳各個小檔, 且存入 eTag 整理 fileparts 檔準備最後組合
Similar presentations