Hey, you can use the following command to import an OVA:
aws ec2 import-image --description "My server VM" --disk-containers "file://C:\import\containers.json
If you wish to import multiple disks, use the following command:
aws ec2 import-image --description "My server disks" --disk-containers "file://C:\import\containers.json"