v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1449191193.1 KB

Add endpoints to an endpoint group. The AddEndpoints API operation is the recommended option for adding endpoints. The alternative options are to add endpoints when you create an endpoint group (with the CreateEndpointGroup API) or when you update an endpoint group (with the UpdateEndpointGroup API).

There are two advantages to using AddEndpoints to add endpoints:

  • It's faster, because Global Accelerator only has to resolve the new endpoints that you're adding.

  • It's more convenient, because you don't need to specify all of the current endpoints that are already in the endpoint group in addition to the new endpoints that you want to add.

post/#X-Amz-Target=GlobalAccelerator_V20180706.AddEndpoints

Headers

X-Amz-Target'GlobalAccelerator_V20180706.AddEndpoints' required

Request body

EndpointGroupArnstring required

The Amazon Resource Name (ARN) of the endpoint group.

Response

Success

EndpointGroupArnstring

The Amazon Resource Name (ARN) of the endpoint group.