Importing a raw/ova as an image get stucked "updating"

0

I wanted to create an AMI image using ubuntu22.04 raw and ova images. I uploaded the images into s3 bucket and ran the following command to import ami image. aws ec2 import-image --description "Raw Image" --disk-containers file:///home/lnx/tmp/manifest.json --role-name vmimport

Then I tried to check the status using "aws ec2 describe-import-image-tasks --import-task-ids <ImportTaskId>". Till now everything went smooth. But the status message of the import task is displaying "Updating" since 4 days. How can I debug the issue?

{
    "ImportImageTasks": [
        {
            "Description": "Raw Image",
            "ImportTaskId": "import-ami-<ami task id>",
            "Progress": "27",
            "SnapshotDetails": [
                {
                    "Description": "Raw Image",
                    "DeviceName": "/dev/sde",
                    "DiskImageSize": 10737418240.0,
                    "Format": "RAW",
                    "Status": "completed",
                    "UserBucket": {
                        "S3Bucket": "mybucketname",
                        "S3Key": "ubuntu-ec2.x86_64-1.22.4.raw"
                    }
                }
            ],
            "Status": "active",
            "StatusMessage": "updating",
            "Tags": []
        }
    ]
}

Thanks in advance

질문됨 일 년 전92회 조회
답변 없음

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

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

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

관련 콘텐츠