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?

已提問 3 年前檢視次數 389 次
1 個回答
0

Figured it out. Have to find the image under snapshots

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南