AWS Global Accelerator
AWS Global Accelerator is a service that improves the availability and performance of your applications with local or global users. It provides static IP addresses that act as a fixed entry point to your application endpoints in a single or multiple AWS Regions, such as your Application Load Balancers, Network Load Balancers or Amazon EC2 instances.
AWS Global Accelerator uses the AWS global network to optimize the path from your users to your applications, improving the performance of your traffic by as much as 60%. You can test the performance benefits from your location with a speed comparison tool. AWS Global Accelerator continually monitors the health of your application endpoints and redirects traffic to healthy endpoints in less than 30 seconds.
Below are the cmdlets which are available with AWS Global Accelerator
CmdletName | ServiceOperation |
Add-GACLByoipCidrProvision | ProvisionByoipCidr |
Add-GACLResourceTag | TagResource |
Get-GACLAccelerator | DescribeAccelerator |
Get-GACLAcceleratorAttribute | DescribeAcceleratorAttributes |
Get-GACLAcceleratorList | ListAccelerators |
Get-GACLByoipCidrList | ListByoipCidrs |
Get-GACLEndpointGroup | DescribeEndpointGroup |
Get-GACLEndpointGroupList | ListEndpointGroups |
Get-GACLListener | DescribeListener |
Get-GACLListenerList | ListListeners |
Get-GACLResourceTag | ListTagsForResource |
New-GACLAccelerator | CreateAccelerator |
New-GACLEndpointGroup | CreateEndpointGroup |
New-GACLListener | CreateListener |
Remove-GACLAccelerator | DeleteAccelerator |
Remove-GACLByoipCidrProvision | DeprovisionByoipCidr |
Remove-GACLEndpointGroup | DeleteEndpointGroup |
Remove-GACLListener | DeleteListener |
Remove-GACLResourceTag | UntagResource |
Start-GACLAdvertisingByoipCidr | AdvertiseByoipCidr |
Stop-GACLAdvertisingByoipCidr | WithdrawByoipCidr |
Update-GACLAccelerator | UpdateAccelerator |
Update-GACLAcceleratorAttribute | UpdateAcceleratorAttributes |
Update-GACLEndpointGroup | UpdateEndpointGroup |
Update-GACLListener | UpdateListener |
You can also check other AWS Services, and each services cmdlets we are providing.