LoginSignup
0
0

More than 5 years have passed since last update.

VCCW(Version3)にAWS-CLIをインストールする

Posted at

AWS-SDKを使うプラグインなどで、AWS-CLIのクレデンシャルを使いたいケースがたまにあるので覚書。

$ sudo apt update
$ sudo apt install python-pip
$ pip install --upgrade pip
$ pip install awscli --upgrade --user
$ export PATH=~/.local/bin:$PATH
$ aws
usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: too few arguments

Playbookにした方がいいんだろうなという気はするので、この記事を読み返す回数が多そうだったら考える。

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