I was able to create a dedicated t3a instance in EC2 console.
But I have not found any mention of t3a here, only t3 https://aws.amazon.com/ec2/pricing/dedicated-instances/
Does t3a support dedicated? How to verify that my VM is dedicated?
UPD1. Here is a tenancy option I spcified - "Dedicated - Run a Dedicated instance"
From further down in the same reference:
So you can run a t3a as a dedicated instance but not on a dedicated host. If t3a didn't support the configuration you want, you wouldn't be able to create it. AWS's interfaces and API's don't allow you to perform unsupported tasks.
To determine if you're instance is in dedicated you can either look in the Console for that instance under Tenancy or use the CLI:
Which will output something similar to:
References
Dedicated Instances
Burstable Performance Instances