14.10 utopic에 ec2-api-tools를 어떻게 설치합니까?

14.10 utopic에 ec2-api-tools를 어떻게 설치합니까?
$ sudo apt-get install ec2-api-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ec2-api-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ec2-api-tools' has no installation candidate

ec2-api-tools는 어디서 구할 수 있나요?

https://help.ubuntu.com/community/EC2APITools너무 늙어 보여요.

https://help.ubuntu.com/community/EC2StartersGuide또한 너무 늙어 보입니다.

다음 도구를 적절하게 설치하고 싶습니다.http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-user

업데이트: 원하는 도구에 대한 링크를 수정했습니다. 저는 Java 기반 도구가 아닌 Python 기반 도구를 원합니다.

답변1

내 질문에 대답해서 죄송합니다.

ec2-api-tools는 awscli로 대체되었습니다.

awscli라는 이름이 기억나지 않아서 질문드립니다.

ec2-api-tools 가상 패키지가 awscli 패키지를 가리키도록 업데이트되면 좋을 것입니다.

$ sudo apt-get install awscli

답변2

검색이 가능하다

> apt search "Amazon Elastic Compute Cloud"
Sorting... Done
Full Text Search... Done
awscli/bionic,bionic 1.14.44-1ubuntu1 all
  Universal Command Line Environment for AWS

libnet-amazon-ec2-perl/bionic,bionic 0.35-1 all
  Perl interface to the Amazon Elastic Compute Cloud (EC2)

관련 정보