Remove Endpoints
globalaccelerator_remove_endpoints | R Documentation |
Remove endpoints from an endpoint group¶
Description¶
Remove endpoints from an endpoint group.
The remove_endpoints
API operation is the recommended option for
removing endpoints. The alternative is to remove endpoints by updating
an endpoint group by using the update_endpoint_group
API operation.
There are two advantages to using add_endpoints
to remove endpoints
instead:
-
It's more convenient, because you only need to specify the endpoints that you want to remove. With the
update_endpoint_group
API operation, you must specify all of the endpoints in the endpoint group except the ones that you want to remove from the group. -
It's faster, because Global Accelerator doesn't need to resolve any endpoints. With the
update_endpoint_group
API operation, Global Accelerator must resolve all of the endpoints that remain in the group.
Usage¶
Arguments¶
EndpointIdentifiers
[required] The identifiers of the endpoints that you want to remove.
EndpointGroupArn
[required] The Amazon Resource Name (ARN) of the endpoint group.
Value¶
An empty list.