View source: R/elb_operations.R
elb_deregister_instances_from_load_balancer | R Documentation |
Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
See https://www.paws-r-sdk.com/docs/elb_deregister_instances_from_load_balancer/ for full documentation.
elb_deregister_instances_from_load_balancer(LoadBalancerName, Instances)
LoadBalancerName |
[required] The name of the load balancer. |
Instances |
[required] The IDs of the instances. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.