Auto Scaling can automatically remove unhealthy ECS instances from the scaling group (this feature is called Elastic Self-Health). Yet, after removal, the user has to manually add equivalent amount of new ECS instances back to the scaling group.
B is the correct answer because Auto Scaling can automatically remove unhealthy ECS instances from the scaling group, and also automatically add equivalent amount of new ECS instances back to the scaling group. This feature is called Elastic Self-Health, and it can improve the availability and reliability of the scaling group. Elastic Self-Health can be enabled or disabled in the scaling group settings. When Elastic Self-Health is enabled, Auto Scaling monitors the health status of the ECS instances in the scaling group based on the health check results of the Server Load Balancer (SLB) instances that are associated with the scaling group. If an ECS instance is detected as unhealthy by SLB for a specified period of time, Auto Scaling removes the unhealthy ECS instance from the scaling group and releases it. Then, Auto Scaling triggers a scale-out event to add a new ECS instance to the scaling group to maintain the desired capacity12 References: 1: Elastic Self-Health 2: Enable or disable Elastic Self-Health
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit