「Aws/cil」の版間の差分

提供: 初心者エンジニアの簡易メモ
ナビゲーションに移動 検索に移動
ページの作成:「**aws_cliとは awsをコマンドで処理できるツールです。 **はじめに aws configure **help処理 aws --help Unable to locate credentials. You can con...」
 
編集の要約なし
1行目: 1行目:
**aws_cliとは
==aws_cliとは==
awsをコマンドで処理できるツールです。
awsをコマンドで処理できるツールです。


**はじめに
==ユーザキー作成==
#awsサービスのIAM(Identity and Access Management)を開く
 
==キー認証==
  aws configure
  aws configure


**help処理
==help処理==
  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:43時点における版

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