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/EC2APIツール古すぎるように見えます。

https://help.ubuntu.com/community/EC2StartersGuide見た目も古すぎる。

以下のツールを apt-get でインストールしたいと思います: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)

関連情報