The t3.medium instance type does not support an AMI with TPM version v2.0. Specify an instance type that supports TPM version v2.0, and try again.

2

I've tried to Import a Windows 11 Virtual Machine to Amazon AWS, but when I go to launch it Initializing requests Succeeded Creating security groups Succeeded Creating security group rules Succeeded Launch initiation Failed Instance launch failed The t3.micro instance type does not support an AMI with TPM version v2.0. Specify an instance type that supports TPM version v2.0, and try again.

  • "ImportImageTasks": [ { "Architecture": "x86_64", "Description": "My server VM", "ImageId": "ami-0f7a2784fb61b1217", "ImportTaskId": "import-ami-0aaebf6596c76d71c", "LicenseType": "BYOL", "Platform": "Windows", "SnapshotDetails": [ { "DeviceName": "/dev/sda1", "DiskImageSize": 6008288256.0, "Format": "VMDK", "SnapshotId": "snap-0852cbc1c4ed4fb52", "Status": "completed", "UserBucket": { "S3Bucket": "sfb-pirie-bucket", "S3Key": "Windows11home.ova" } } ], "Status": "completed", "Tags": [], "BootMode": "uefi"

asked 2 years ago950 views
1 Answer
1

According to the documentation, t3 instance types are not yet supported. However:

Support is coming soon on: C6a, G4ad, P3dn, T3, and T3a

Note also that Graviton instance types are not supported.

profile picture
EXPERT
bwhaley
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions