Amazon Linux 2

I have a working vm, I had to use the below to make it. Also note that SCSI doesnt work, I had to use SATA as the Bus/Device from the web console

Code:
#create vm + customize

qm create 9002 --name "aws-ami" --memory 2048 --cores 2 --net0 virtio,bridge=vmbr0
qm importdisk 9002 /var/lib/vz/amzn2-kvm-2.0.20220912.1-x86_64.xfs.gpt.qcow2 local -format <qcow2
qm set 9002 --boot c --bootdisk scsi0
qm set 9002 --ide2 local:cloudinit
qm set 9002 --serial0 socket --vga serial0
qm set 9002 --agent enabled=1