A user has launched an ELB which has 5 instances registered with it. The user deletes the ELB by mistake. What
will happen to the instances?
A.
ELB will ask the user whether to delete the instances or not
B.
Instances will be terminated
C.
ELB cannot be deleted if it has running instances registered with it
D.
Instances will keep running
Explanation:
When the user deletes the Elastic Load Balancer, all the registered instances will be deregistered. However,
they will continue to run. The user will incur charges if he does not take any action on those instances.
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-getting-started.html#delete-load-balancer
D.
Instances will keep running
D.
After you delete a load balancer, the EC2 instances associated with the load balancer continue to run
D
Dawg – Note that deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. To delete your target groups, see Delete Your Target Group.
http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-delete.html
d
D
d