首页 > 其他 > 详细

[AWS] Install the AWS cli

时间:2016-05-07 17:57:27      阅读:151      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!