AWS Interconnect (Console)
Step 3 — Create the multicloud Interconnect (AWS console)
Section titled “Step 3 — Create the multicloud Interconnect (AWS console)”-
Open the AWS Interconnect console — set
region=in the URL to youraws_region(e.g.terraform output -raw aws_region). -
On the Connection types page, select AWS Interconnect – multicloud (paid), then Get started.
-
Select a provider — choose Google Cloud, then Next.
-
Select regions — pick your paired regions, then Next:
Field Value AWS Region Your
aws_region(e.g.ap-southeast-1)Google Cloud Region Your paired
gcp_region(e.g.asia-southeast1) -
Configure options, then Next:
Field Value Description e.g.
demo-interconnect(lowercase, numbers, hyphens; max 100 chars)Bandwidth 1 Gbps (paid) — or 500 Mbps on Free Tier Direct Connect gateway Select
demo-dx-gateway— or pasteterraform output -raw aws_dx_gateway_idGoogle Cloud project ID Your
gcp_project_id(e.g.prj-core-123456)Tags Optional -
Review the summary, then Finish.
-
Copy the activation key displayed when the request completes — you need it in Step 4.
The Interconnect
AWS Interconnect – multicloud — a managed private connectivity service that connects Amazon VPCs directly to VPCs on other cloud providers. GA with Google Cloud as of April 2026. status stays Pending until the GCP transport
GCP Transport — a Network Connectivity resource created via `gcloud beta network-connectivity transports create`. Represents the GCP side of the cross-cloud interconnect link. (Step 4) and peering
VPC Network Peering — a GCP feature that connects two VPC networks for private route exchange. Used here to peer the workload VPC with the transport managed network. (Step 5) complete.