AWS CLI:' import-image'

时间:2016-03-29 05:04:31

标签: amazon-web-services command-line-interface aws-ec2

我根据Win10 box

instructions (click here)上配置了EC2 CLI界面

此CLI已安装为to create a new import image task

  
    

import-image --description" Windows 2008 OVA" --disk-containers文件://containers.json

  

我搜索了EC2 CLI命令,但没有看到“import-image'”。这个命令不是EC2 CLI集的一部分吗?

enter image description here

赞赏正确的方向。感谢

1 个答案:

答案 0 :(得分:0)

看起来你的版本是1.7.5.1,但是awscli在1.7.24版本中得到了import-image的支持,请看这里

[https://aws.amazon.com/releasenotes/CLI?c=25&p=4&sm=dD][1]