keithvassallomt / windows10-ec2

A guide for running Windows 10 on AWS EC2
GNU General Public License v3.0
49 stars 21 forks source link

AWS ImportImageTasks fails #3

Closed pxzlz-ctrl closed 1 year ago

pxzlz-ctrl commented 2 years ago

When I try to do Step 3 of "Create an AMI" it fails with the reason:

"Status": "deleted",
"StatusMessage": "ClientError: Disk validation failed [We do not have access to the given resource. Reason 403 Forbidden]",

Any help would be nice :)

pxzlz-ctrl commented 2 years ago

I just redid everything step by step and even remade keys and its now converting. I must have messed up somewhere but I don't know if its on my end or AWS because I had to transfer this from my actual Win10 hardware to make the vm to my mac and upload it where I have fast public internet.

pxzlz-ctrl commented 2 years ago

but now its stuck at 39%

        {
            "Architecture": "x86_64",
            "Description": "Windows 10",
            "ImportTaskId": "hidden",
            "LicenseType": "BYOL",
            "Platform": "Windows",
            "Progress": "39",
            "SnapshotDetails": [
                {
                    "Description": "Windows 10 Base Install",
                    "DeviceName": "/dev/sda1",
                    "DiskImageSize": 14159336448.0,
                    "Format": "VHD",
                    "Status": "completed",
                    "UserBucket": {
                        "S3Bucket": "hidden",
                        "S3Key": "win10pro.vhd"
                    }
                }
            ],
            "Status": "active",
            "StatusMessage": "booting",
            "Tags": [],
            "BootMode": "legacy_bios"
        }