「Aws/cil」の版間の差分
ナビゲーションに移動
検索に移動
| 6行目: | 6行目: | ||
==キー認証== | ==キー認証== | ||
aws configure | IAMで作成したアクセスキーなどを入力 | ||
$ aws configure | |||
AWS Access Key ID [None]: xxxxxxxx | AWS Access Key ID [None]: xxxxxxxx | ||
AWS Secret Access Key [None]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | AWS Secret Access Key [None]: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | ||
2015年7月4日 (土) 10:42時点における版
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
以下エラーが出た時
Unable to locate credentials. You can configure credentials by running "aws configure".
上のエラーが出た場合は以下を実行
aws configure