I have an AWS autoscaling group with spot instances and multiple instance types. I have t3a.small and t3a.micro. I want to set it up where asg always launches t3a.small and it will only launch t3a.micro when t3a.small spot is unavailable.
Now for 1st time it is creating t3a.small but afterthat it always creating t3a.micro. Please help me to solve this issue. Thanks in advance.