facebook twitter hatena line email

「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月4日 (土) 01: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