Hi,
I have one doubt with AWS Autoscaling. I don't know whether is possible or not? Let me explain my case:
We have AWS Autoscaling with Custom AMI. I have done some scaling policy that Instance will start up to 3 when peak hour comes whereas instance will down when free traffic. So my question: Is possible to change Instance family during peak hour. For example i have configured t3.medium instance type in Launch configuration. So whenever peak hour comes three t3.medium instances will up. But i would like to start different type EC2 instance family like have to launch t2.large instead of t2.medium. Is possible to dynamically launch different instance family with Autoscaling? Else any other option to achieve this case?