AWS API Tools vs AWS CLI: ec2-import-instance

624 views Asked by At

I'm wondering... in the "new" AWS CLI tool, which would be the equivalent to the "old" ec2-import-instance command? Can't find anything useful in the AWS Docs, help output or on the web.

Reason why I'm asking is that I'm curious to see their Python implementation of it, as I want to incorporate it into my own code. AWS CLI uses Python/boto (as opposed to the old API tools which used Java), which might be an explanation why the functionality is missing (couldn't find it in boto either).

If you happen to know how to achieve an instance import in pure Python, I'd be very curious about that too!

Any pointers are greatly appreciated. Thanks!

1

There are 1 answers

1
helloV On BEST ANSWER

It will be supported in a later release. As of now, there is no support for it.

For more info