开发者

Not able to install aws ec2 api tools in ubuntu [duplicate]

This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Amazon web services and ubuntu 10.04 ec2 instance

I am selected an ubuntu ec2 instance and I am trying to install ec2-tools, but using sudo apt-get install开发者_JAVA技巧 ec2-api-tools i am encountering an error which says no package found. How do I install ec2-api-tools


You need to add the awstools repository and update apt.

  1. sudo apt-add-repository ppa:awstools-dev/awstools
  2. sudo apt-get update
  3. sudo apt-get install ec2-api-tools

Another option is to download ec2-api-tools from amazon website and configure them for your system. For path configuration see this link.

Regards,
Sanket Dangi

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜