What will happen to Auto Scaling in this condition?
Auto Scaling will keep trying to launch the instance for 72 hours
Auto Scaling will suspend the scaling process
Auto Scaling will start an instance in a separate region
The Auto Scaling group will be terminated automatically
Explanations:
Auto Scaling will not continue trying to launch an instance indefinitely for 72 hours. It stops after repeated failures and logs errors.
If Auto Scaling cannot launch instances due to persistent failures (e.g., EC2 instance limits, invalid configurations), it suspends scaling activities temporarily.
Auto Scaling does not launch instances in a separate region. It operates within the region where the Auto Scaling group is defined.
The Auto Scaling group will not be automatically terminated after 24 hours of failure to launch instances. It will continue trying unless explicitly terminated or suspended.