「Aws/cil」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
|||
| 11行目: | 11行目: | ||
aws --help | aws --help | ||
Unable to locate credentials. You can configure credentials by running "aws configure". | Unable to locate credentials. You can configure credentials by running "aws configure". | ||
上のエラーが出た場合は以下を実行 | |||
aws configure | aws configure | ||
2015年7月3日 (金) 16:44時点における版
aws_cliとは
awsをコマンドで処理できるツールです。
ユーザキー作成
- awsサービスのIAM(Identity and Access Management)を開く
キー認証
aws configure
help処理
aws --help Unable to locate credentials. You can configure credentials by running "aws configure".
上のエラーが出た場合は以下を実行
aws configure