facebook twitter hatena line email

「Aws/cil」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(キー認証)
行12: 行12:
 
  Default region name [None]: ap-northeast-1
 
  Default region name [None]: ap-northeast-1
 
  Default output format [None]: json
 
  Default output format [None]: json
 +
 +
==help表示==
 +
$ aws help
  
 
==以下エラーが出た時==
 
==以下エラーが出た時==

2015年7月4日 (土) 19:44時点における版

aws_cliとは

awsをコマンドで処理できるツールです。

まずはユーザキー作成

aws/IAM [ショートカット]

キー認証

IAMで作成したアクセスキーなどを入力

$ aws configure
AWS Access Key ID [None]: xxxxxxxx
AWS Secret Access Key [None]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Default region name [None]: ap-northeast-1
Default output format [None]: json

help表示

$ aws help

以下エラーが出た時

Unable to locate credentials. You can configure credentials by running "aws configure".

上のエラーが出た場合は以下を実行

aws configure