LoginSignup
0
0

More than 5 years have passed since last update.

Chromebook の Linuxアプリに AWS CLI をインストール

Last updated at Posted at 2018-10-25

参考:Linux に AWS Command Line Interface をインストールします

rootに
sudo su -
pipインストール
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip --version
AWS_CLIインストール
pip install awscli --upgrade 
aws --version
configure
exit # rootから通常ユーザに変更
aws configure
jqも
sudo su -
apt-get install jq
jq --version
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0