> ## Documentation Index
> Fetch the complete documentation index at: https://artie.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> See the various ways Artie is able to connect to your database.

Artie can connect to your databases with the following methods:

<CardGroup cols={3}>
  <Card title="Fixed IP Addresses" icon="square-1" href="/connection-options#fixed-ip-addresses">
    Add our fixed IPs to your allowlist.
  </Card>

  <Card title="SSH Tunnels" icon="square-2" href="/connection-options/ssh-tunnel">
    If we cannot connect directly to the database, connect via an SSH tunnel.
  </Card>

  <Card title="AWS PrivateLink" icon="square-3" href="/connection-options/privatelink">
    Private connectivity between VPCs and supported AWS services.
  </Card>
</CardGroup>

## Options

<Accordion title="Fixed IP Addresses">
  Artie leverages a split plane architecture.

  * Our control plane houses our API server.
  * Our data plane performs the actual data replication.

  <Note>
    If you plan to safelist Artie's IPs, please ensure you include both our control plane and data plane IPs.
  </Note>

  #### Data Plane IPs (CIDR format)

  **AWS US-East-1 (Default)**

  ```
  3.41.128.96/27
  ```

  **AWS US-West-2**

  ```
  54.191.160.248/32
  52.35.174.184/32
  54.71.53.235/32
  44.238.111.7/32
  100.20.16.250/32
  54.245.136.219/32
  52.33.116.144/32
  44.238.174.20/32
  54.70.103.212/32
  54.185.25.39/32
  ```

  **AWS EU-West-2**

  ```
  3.41.2.128/29
  ```
</Accordion>

### Questions

<Accordion title="What if I don't see my region?">
  Get in touch with us either through our [Slack](https://artie.com/slack) or [email](mailto:hi@artie.com). We are happy to set up another region.
</Accordion>

<Accordion title="Why are there so many IPs?">
  We're sorry! We were unable to secure a CIDR range when we first launched. We have now worked this out with AWS and will be using larger CIDR ranges for the next data plane.
</Accordion>
