I have an Amazon EC2 Auto Scaling group, health check is 5 minutes to mark the instance healthy and default cooldown is 4 minutes. I have a scaling policy that will check if the CPU usage is at 70% for n datapoints for 1 min and add n of instances.
Will I have an issue? Does the scaling policy add to the default cooldown timing? My understanding is I will have an issue due to my default cooldown being less than my health check time.
Scenario: When new instances are launched and the health check hasn't passed yet (5 minutes) and another scaling happens (4 minutes). Is this an issue or valid statement?
Thanks in advance.