dx

Direct Connect

NetworkingAWS
General

General information about the service.

Description

AWS Direct Connect establishes dedicated network connections from on-premises to AWS.

Service Namespace

AWS::DirectConnect::Connection

ARN Pattern

arn:aws:directconnect:{region}:{account}:dxcon/{connection-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

dx-

Length

1-256

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_dx_connection" "main" {
2 name = "dx-${var.environment}"
3 bandwidth = "1Gbps"
4 location = var.dx_location
5}
Utilities

Utilities to support app deployment or configuration.