Ubuntu-1604:201903-01 image says "kvm: no hardware support". Is there any image with kvm support enabled?

ubuntu-1604:201903-01 image says “kvm: no hardware support”. Is there any image with kvm support enabled?

I read “AWS doesn’t have Intel-VT/AMD-V support which is required to use KVM.”

My use case is: I want to build .OVA file out of .iso using packer command. So I used machine executor in my CI job as follows:
build-test-push-ova:
machine:
image: ubuntu-1604:201903-01

steps:
  - <<: *attach
  - run:
      name: Build ova file
      command: |

and it throws following error:
Logs:
Qemu stderr: Could not access KVM kernel module: No such file or directory
Qemu stderr: failed to initialize KVM: No such file or directory

#dmesg
kvm: no hardware support

Hello @koteswara-kelam, because jobs run in virtual machines or Docker images, we do not support nested virtualisation with any of our executors, which is what KVM would rely on in this case.