A user has created an elb and registered two instances with it. When the user deletes the elb, what will happen to the instances?
Answers
Answer:
Explanation:
ELB stands for Elastic Load Balancing.
When the user deletes the elb following will happen to its instance:-
1) ELB will prompt the user for confirmation whether to delete the instances or not
2) On confirmation, Instances will be terminated
3) ELB per say cannot be deleted in case it has running instances registered with it . Instances will keep running
In the case of a user who has generated an elb and has registered two instances with it. When he deletes the elb, following procedure to be carried out: Solution:
Carry out a health check of the ELB for your Auto Scaling type of group.
T the time of when one use the ELB health check, Auto Scaling decides the health status of your case by review of the results of both the status check and the ELB health check as well.
Reference also to be made regarding the addition of Health Checks to your Auto Scaling Group in the Scaling User Guide.