Link Aggregation Group
A Link Aggregation Group (LAG) in AWS Direct Connect allows you to group multiple connections at a single AWS Direct Connect endpoint and treat them as a single managed connection to increase bandwidth and build redundancy. This feature supports rapid and flexible connectivity between your on-premises infrastructure and AWS Cloud resources. For more detailed information on LAGs, visit the AWS Direct Connect Documentation.
Terraform Mappings:
aws_dx_lag.id
Supported Methods​
GET
: Get a Link Aggregation Group by IDLIST
: List all Link Aggregation GroupsSEARCH
: Search Link Aggregation Group by ARN
Possible Links​
directconnect-connection
​
The Link Aggregation Group is directly related to the Direct Connect Connection as it can contain multiple such connections, aggregating them to act as a single connection for increased bandwidth and redundancy.
directconnect-hosted-connection
​
A Direct Connect Hosted Connection can be part of a Link Aggregation Group, allowing hosted connections to be combined for collective management and enhanced network performance.
directconnect-location
​
A Link Aggregation Group is associated with a Direct Connect Location, as it groups connections that terminate at a specific AWS Direct Connect endpoint location, determining where the LAG is physically realised.