Skip to main content

Connectivity models

Every Atlan connector needs a path to your data source. A connectivity model defines that path—the network route traffic takes, where the infrastructure lives, and who manages it. The model you use determines not just how Atlan reaches your data, but who controls access and what your security team needs to approve.

Three models exist because data sources live in very different places: a public cloud database, a cloud-hosted warehouse behind a private network, and an air-gapped on-premises system each require a different approach. Regardless of which model you use, Atlan extracts only structural metadata using read-only operations. Your business data stays in your source systems.

In the Direct model, Atlan Cloud connects to your data source over the public internet using the source's native protocol—JDBC for databases, REST for APIs. You allowlist Atlan's IP addresses, provide credentials, and Atlan handles everything else. This is the default for cloud-hosted sources with public endpoints.

Direct connectivity model—Atlan SaaS connects to data source over the public internet via HTTPS

Atlan manages all infrastructure. Credentials are encrypted and stored in HashiCorp Vault. The permissions you grant control exactly what the connector can access—it can't modify data, create or drop objects, or change any configuration. For organizations with strict data residency or compliance requirements, Private Link is the better fit.

For full details, see Direct connectivity.

Compare connectivity models

DirectPrivate LinkSDR
Traffic pathPublic internetCloud provider networkInternal network only
Who initiates the connectionAtlan CloudAtlan CloudRuntime agent (outbound from your network)
Infrastructure managed byAtlanAtlanYou
Setup complexityLow—provide credentials and allowlist IPsLow to medium—one-time network config in your cloud accountHigh—deploy runtime, coordinate teams
Credential storageAtlan (HashiCorp Vault)Atlan (HashiCorp Vault)Your own secret manager
Reaches air-gapped systemsNoNoYes
Reaches on-premises systemsNoYes, via cloud connectivity pass-throughYes
Data residency / complianceTraffic crosses public internetTraffic stays on cloud provider networkBusiness data stays on your network; extracted metadata is transferred to Atlan over the public internet
All features availableYesYesNo, see SDR trade-offs
Additional licensing requiredNoYesYes

Which model fits your situation

1. Can Atlan reach your data source over the public internet?

A source is publicly reachable if it has a public endpoint—no VPN or firewall exception needed to connect.

  • Yes → go to step 2
  • No → go to step 3

2. Does your organization require that traffic never cross the public internet?

  • Yes → use Private Link. Traffic stays on the cloud provider'r private network and never touches the public internet. Requires one-time network configuration and an additional license.
  • No → use Direct. Atlan connects over HTTPS; you allowlist Atlan's IP ranges and provide credentials. No additional licensing required.

3. Does your cloud environment have a dedicated link to that data source?

For example: AWS Direct Connect, Azure ExpressRoute, GCP Cloud Interconnect, or a site-to-site VPN to your data center.

  • Yes → use Private Link with on-premises pass-through. Traffic routes from Atlan through your Private Link endpoint and over the dedicated link to your data center—nothing crosses the public internet. See Reaching on-premises systems. Requires an additional license.
  • No → use SDR. Your source is air-gapped with no cloud connectivity. Deploy the SDR runtime agent inside your network; it connects to your data source over your internal network and pushes metadata to Atlan over an outbound HTTPS connection. Requires an additional license.
note

Private Link and SDR both require additional licensing. Confirm availability with your Atlan representative before proceeding.

If your source isn't on the Private Link supported list but you can't permit public internet traffic, contact your Atlan representative to discuss SDR or roadmap options.

See also