「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をコマンドで処理できるツールです。

ユーザキー作成

  1. 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