0
votes

I configured the EC2 CLI interface on a Win10 box per the instructions (click here)

This CLI was installed so a to create a new import image task:

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

I searched through the EC2 CLI commands and did not see 'import-image'. Isn't this command part of the EC2 CLI set?

enter image description here

A nudge in the right direction is appreciated. Thanks

1

1 Answers

0
votes

looks like you are on version 1.7.5.1 but awscli got support for import-image in version 1.7.24, see here

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