[AWS] 在 Linux 上安裝 AWS CLI
今天想在 CentOS 7 上執行 AWS CLI,
這才發現那台機器上沒有安裝,來裝一下吧~
首先下載 AWS CLI 套件,接著解壓縮後直接安裝:
wget https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip unzip awscli-exe-linux-x86_64.zip sudo ./aws/install
這樣子就已經可以使用 aws 指令啦:
testuser@localhost ~ $ aws usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help
參考資料:Installing, updating, and uninstalling the AWS CLI version 2 on Linux – AWS Command Line Interface
(本頁面已被瀏覽過 306 次)