码迷,mamicode.com
首页 > 其他好文 > 详细

[AWS] Install the AWS cli

时间:2016-05-07 17:57:42      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

On Windows, just download the installer and install it.

 

Configure:

aws configure

 

In your aws console:

  • go to Security Credentials tab
  • Access Keys (Access Key ID and Secret Access Key) drop dwon --> Create new access key if you havn‘t
  • So now you get Access Key and Sercet Access Key
  • TO get region: go to EC2, check the url: us-west-2
    https://us-west-2.console.aws.amazon.com/ec2/v2/home?region=us-west-2#
  • Ouptu format: [‘table‘, ‘text‘, ‘json‘], we choose json

 

Test:

aws ec2 describe-instances

You will able to see the es2 instances if you have.

[AWS] Install the AWS cli

标签:

原文地址:http://www.cnblogs.com/Answer1215/p/5468638.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!