Skip to content

/AWS1/CL_GAC=>CREATEACCELERATOR()

About CreateAccelerator

Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers.

Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify --region us-west-2 on Amazon Web Services CLI commands.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/GACGENERICSTRING /AWS1/GACGENERICSTRING

The name of the accelerator. The name can have a maximum of 64 characters, must contain only alphanumeric characters, periods (.), or hyphens (-), and must not begin or end with a hyphen or period.

IV_IDEMPOTENCYTOKEN TYPE /AWS1/GACIDEMPOTENCYTOKEN /AWS1/GACIDEMPOTENCYTOKEN

A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.

Optional arguments:

IV_IPADDRESSTYPE TYPE /AWS1/GACIPADDRESSTYPE /AWS1/GACIPADDRESSTYPE

The IP address type that an accelerator supports. For a standard accelerator, the value can be IPV4 or DUAL_STACK.

IT_IPADDRESSES TYPE /AWS1/CL_GACIPADDRESSES_W=>TT_IPADDRESSES TT_IPADDRESSES

Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose an IPv4 address from your own pool to use for the accelerator's static IPv4 address when you create an accelerator.

After you bring an address range to Amazon Web Services, it appears in your account as an address pool. When you create an accelerator, you can assign one IPv4 address from your range to it. Global Accelerator assigns you a second static IPv4 address from an Amazon IP address range. If you bring two IPv4 address ranges to Amazon Web Services, you can assign one IPv4 address from each range to your accelerator. This restriction is because Global Accelerator assigns each address range to a different network zone, for high availability.

You can specify one or two addresses, separated by a space. Do not include the /32 suffix.

Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new accelerator with the new addresses.

For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

IV_ENABLED TYPE /AWS1/GACGENERICBOOLEAN /AWS1/GACGENERICBOOLEAN

Indicates whether an accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.

IT_TAGS TYPE /AWS1/CL_GACTAG=>TT_TAGS TT_TAGS

Create tags for an accelerator.

For more information, see Tagging in Global Accelerator in the Global Accelerator Developer Guide.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GACCREACCELERATORRSP /AWS1/CL_GACCREACCELERATORRSP