Import from VMware to AMI successful, but instance not displaying in EC2

0

I successfully converted an image from OVA to AMI:
$ aws ec2 describe-import-image-tasks --import-task-ids import-ami-0094af0aff9aaxxxx
{
"ImportImageTasks": [
{
"Architecture": "x86_64",
"Description": "PlayoffPredictor VM",
"ImageId": "ami-002a51456b92bxxxx",
"ImportTaskId": "import-ami-0094af0aff9aaxxxx",
"LicenseType": "BYOL",
"Platform": "Linux",
"SnapshotDetails": [
{
"DeviceName": "/dev/sda1",
"DiskImageSize": 7515369984.0,
"Format": "VMDK",
"SnapshotId": "snap-0ce29118c6e01xxxx",
"Status": "completed",
"UserBucket": {
"S3Bucket": "aws-bucket-asda",
"S3Key": "PlayoffPredictor.com_5.ova"
}
}
],
"Status": "completed",
"Tags": []
}
]
}

However, no image shows in my EC2 console. Where is the imported image exactly?

asked 3 years ago379 views
1 Answer
0

Figured it out. Have to find the image under snapshots

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions