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?

posta 3 anni fa389 visualizzazioni
1 Risposta
0

Figured it out. Have to find the image under snapshots

con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande