Given an Auto Scaling Group with a single EC2 environment, am I able to create a scheduled scaling policy and a CPU target tracking policy for the ASG?
For example, I would like to define a scheduled scaling policy to scale up at 10am and scale down at 4pm. In combination with the scheduled policy, I would like to also have a CPU target tracking policy to handle any unexpected load the scheduled scaling does not account for.
Sorry if this question had been asked already as I was not able to find it if it was :)