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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠