Start virtual machine from ova file stored in AWS S3 as new EC2 instance

aws ec2 import-image --cli-input-json "{  \"Description\": \"Instance Name\", \"DiskContainers\": [ { \"Description\": \"First CLI task\", \"UserBucket\": { \"S3Bucket\": \"S2-BUCKET-NAME\", \"S3Key\" : \"FILENAME.ova\"}}]}"

Leave a comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.