未找到AWS CLI冰川命令

时间:2016-01-02 20:28:14

标签: amazon-web-services aws-cli amazon-glacier

我得到一个"无效的选择"错误。

ubuntu@server:/home/foo$ aws glacier
usage: aws [options] <command> <subcommand> [parameters]
aws: error: argument command: Invalid choice, valid choices are:

autoscaling                              | cloudformation
cloudfront                               | cloudsearch
cloudtrail                               | cloudwatch
datapipeline                             | directconnect
dynamodb                                 | ec2
elasticache                              | elasticbeanstalk
elastictranscoder                        | elb
emr                                      | iam
importexport                             | kinesis
opsworks                                 | rds
redshift                                 | route53
ses                                      | sns
sqs                                      | storagegateway
sts                                      | support
swf                                      | s3api
s3                                       | configure
help


ubuntu@server:/home/foo$ aws --version
aws-cli/1.2.9 Python/3.4.0 Linux/3.13.0-65-generic

以前我使用ubuntu@server:/home/foo$ sudo apt-get install awscli

安装它

是什么给出了?

1 个答案:

答案 0 :(得分:6)

你有一个非常古老的1.2.9版本。根据{{​​3}}冰川支持在1.7.40中添加,当前为1.9.15。

也许最好通过pip安装它,你的ubuntu软件包repo似乎已经过时了。