0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS CLIについて

0
Last updated at Posted at 2018-06-05

AWS CLIとは

AWSのサービスとやり取りするためのコマンド群
AWSマネジメントコンソールで提供されるすべての機能をコマンドで操作できる、と公式が言ってる

インストール

$ pip install awscli --upgrade

注:公式は--userオプションをつけてるがpathの設定が面倒なのではずした

$ aws --version
aws-cli/1.15.32 Python/3.6.5 Darwin/17.5.0 botocore/1.10.32
$ aws configure
AWS Access Key ID [None]: *********************
AWS Secret Access Key [None]: F6NV9idI5AyxZqY6jisSehOvbWQU5qSAtkfXv3mF
Default region name [None]: F6NV9idI5AyxZqY6jisSehOvbWQU5qSAtkfXv3mF
Default output format [None]: json

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?