Interconnect
This is where the magic happens. You’ll create the cross-cloud link that connects your AWS and GCP networks over a managed, private path.
The three manual steps
Section titled “The three manual steps”These steps can’t be automated in Terraform yet. Each builds on the previous:
- AWS Interconnect (console) — Create the multicloud interconnect and get an activation key
- GCP Transport (gcloud) — Use the activation key to create a Partner Cross-Cloud transport
- VPC Peering (gcloud) — Peer your workload VPC to the transport’s managed peering network
How it flows
Section titled “How it flows”AWS Interconnect (console) │ ▼ activation keyGCP Transport (gcloud beta) │ ▼ peeringNetworkVPC Peering (gcloud) │ ▼ routes flowPrivate connectivity ✓After all three are complete, AWS will transition from pending to available (typically 5–30 minutes). Then routes exchange and you can ping across clouds.