Amazon Global Accelerator Network Operations

Workflow capability for network engineers and DevOps teams managing Amazon Global Accelerator infrastructure. Covers accelerator lifecycle, listener configuration, endpoint group management, and traffic routing optimization.

Run with Naftiko Amazon Global AcceleratorNetworkingPerformanceTraffic RoutingAWS

What You Can Do

GET
List accelerators — List all accelerators
/v1/accelerators
POST
Create accelerator — Create a new accelerator with static IPs
/v1/accelerators
GET
Describe accelerator — Get accelerator details and status
/v1/accelerators/{acceleratorArn}
POST
Create listener — Create a new listener
/v1/listeners
GET
List listeners — List all listeners
/v1/listeners
POST
Create endpoint group — Create an endpoint group
/v1/endpoint-groups
GET
List endpoint groups — List endpoint groups
/v1/endpoint-groups

MCP Tools

list-accelerators

List all Global Accelerator accelerators and their static IP addresses

read-only
create-accelerator

Create a new Global Accelerator with static Anycast IP addresses

describe-accelerator

Get detailed status and configuration of a specific accelerator

read-only
update-accelerator

Update accelerator configuration and settings

idempotent
delete-accelerator

Delete an accelerator

create-listener

Create a listener for an accelerator specifying ports and protocol

list-listeners

List all listeners configured for an accelerator

read-only
update-listener

Update listener configuration including ports and protocol

idempotent
create-endpoint-group

Create an endpoint group to route traffic to specific AWS resources

list-endpoint-groups

List all endpoint groups for a listener

read-only
update-endpoint-group

Update endpoint group traffic settings and weights

idempotent

APIs Used

amazon-global-accelerator