CreateLag - AWS Direct Connect

CreateLag

Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific AWS Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.

All connections in a LAG must use the same bandwidth (either 1Gbps or 10Gbps) and must terminate at the same AWS Direct Connect endpoint.

You can have up to 10 dedicated connections per LAG. Regardless of this limit, if you request more connections for the LAG than AWS Direct Connect can allocate on a single endpoint, no LAG is created.

You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same AWS Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.

If the AWS account used to create a LAG is a registered AWS Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.

Request Syntax

{ "childConnectionTags": [ { "key": "string", "value": "string" } ], "connectionId": "string", "connectionsBandwidth": "string", "lagName": "string", "location": "string", "numberOfConnections": number, "providerName": "string", "requestMACSec": boolean, "tags": [ { "key": "string", "value": "string" } ] }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

childConnectionTags

The tags to associate with the automtically created LAGs.

Type: Array of Tag objects

Array Members: Minimum number of 1 item.

Required: No

connectionId

The ID of an existing dedicated connection to migrate to the LAG.

Type: String

Required: No

connectionsBandwidth

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

Type: String

Required: Yes

lagName

The name of the LAG.

Type: String

Required: Yes

location

The location for the LAG.

Type: String

Required: Yes

numberOfConnections

The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

Type: Integer

Required: Yes

providerName

The name of the service provider associated with the LAG.

Type: String

Required: No

requestMACSec

Indicates whether the connection will support MAC Security (MACsec).

Note

All connections in the LAG must be capable of supporting MAC Security (MACsec). For information about MAC Security (MACsec) prerequisties, see MACsec prerequisties in the AWS Direct Connect User Guide.

Type: Boolean

Required: No

tags

The tags to associate with the LAG.

Type: Array of Tag objects

Array Members: Minimum number of 1 item.

Required: No

Response Syntax

{ "allowsHostedConnections": boolean, "awsDevice": "string", "awsDeviceV2": "string", "awsLogicalDeviceId": "string", "connections": [ { "awsDevice": "string", "awsDeviceV2": "string", "awsLogicalDeviceId": "string", "bandwidth": "string", "connectionId": "string", "connectionName": "string", "connectionState": "string", "encryptionMode": "string", "hasLogicalRedundancy": "string", "jumboFrameCapable": boolean, "lagId": "string", "loaIssueTime": number, "location": "string", "macSecCapable": boolean, "macSecKeys": [ { "ckn": "string", "secretARN": "string", "startOn": "string", "state": "string" } ], "ownerAccount": "string", "partnerName": "string", "portEncryptionStatus": "string", "providerName": "string", "region": "string", "tags": [ { "key": "string", "value": "string" } ], "vlan": number } ], "connectionsBandwidth": "string", "encryptionMode": "string", "hasLogicalRedundancy": "string", "jumboFrameCapable": boolean, "lagId": "string", "lagName": "string", "lagState": "string", "location": "string", "macSecCapable": boolean, "macSecKeys": [ { "ckn": "string", "secretARN": "string", "startOn": "string", "state": "string" } ], "minimumLinks": number, "numberOfConnections": number, "ownerAccount": "string", "providerName": "string", "region": "string", "tags": [ { "key": "string", "value": "string" } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

allowsHostedConnections

Indicates whether the LAG can host other connections.

Type: Boolean

awsDevice

This parameter has been deprecated.

The AWS Direct Connect endpoint that hosts the LAG.

Type: String

awsDeviceV2

The AWS Direct Connect endpoint that hosts the LAG.

Type: String

awsLogicalDeviceId

The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

Type: String

connections

The connections bundled by the LAG.

Type: Array of Connection objects

connectionsBandwidth

The individual bandwidth of the physical connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

Type: String

encryptionMode

The LAG MAC Security (MACsec) encryption mode.

The valid values are no_encrypt, should_encrypt, and must_encrypt.

Type: String

hasLogicalRedundancy

Indicates whether the LAG supports a secondary BGP peer in the same address family (IPv4/IPv6).

Type: String

Valid Values: unknown | yes | no

jumboFrameCapable

Indicates whether jumbo frames are supported.

Type: Boolean

lagId

The ID of the LAG.

Type: String

lagName

The name of the LAG.

Type: String

lagState

The state of the LAG. The following are the possible values:

  • requested: The initial state of a LAG. The LAG stays in the requested state until the Letter of Authorization (LOA) is available.

  • pending: The LAG has been approved and is being initialized.

  • available: The network link is established and the LAG is ready for use.

  • down: The network link is down.

  • deleting: The LAG is being deleted.

  • deleted: The LAG is deleted.

  • unknown: The state of the LAG is not available.

Type: String

Valid Values: requested | pending | available | down | deleting | deleted | unknown

location

The location of the LAG.

Type: String

macSecCapable

Indicates whether the LAG supports MAC Security (MACsec).

Type: Boolean

macSecKeys

The MAC Security (MACsec) security keys associated with the LAG.

Type: Array of MacSecKey objects

The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.

Type: Integer

numberOfConnections

The number of physical dedicated connections bundled by the LAG, up to a maximum of 10.

Type: Integer

ownerAccount

The ID of the AWS account that owns the LAG.

Type: String

providerName

The name of the service provider associated with the LAG.

Type: String

region

The AWS Region where the connection is located.

Type: String

tags

The tags associated with the LAG.

Type: Array of Tag objects

Array Members: Minimum number of 1 item.

Errors

For information about the errors that are common to all actions, see Common Errors.

DirectConnectClientException

One or more parameters are not valid.

HTTP Status Code: 400

DirectConnectServerException

A server-side error occurred.

HTTP Status Code: 400

DuplicateTagKeysException

A tag key was specified more than once.

HTTP Status Code: 400

TooManyTagsException

You have reached the limit on the number of tags that can be assigned.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: