I'm trying to import a vhd to s3 using the following command:
aws ec2 import-image --description "my image" --platform "windows"
The error generated is the following:
A client error (InvalidParameter) occurred when calling the ImportImage operation: Missing required parameter (disk-images)
The documentation doesn't mention disk-images. Is there an example of how this command should work?