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

# Fivetran Deployment

> Deploy Fivetran data-pipeline infrastructure on AWS with Fjall using managed connectors and warehouse sync.

<Warning>
  **Coming Soon.** Fivetran integration is under development. This pattern is planned for a future release. For updates, subscribe to our [GitHub releases](https://github.com/fjall-io/fjall/releases).
</Warning>

## Overview

The Fivetran deployment pattern will enable automated setup of data pipeline infrastructure for Fivetran connectors on AWS.

## Planned Features

* **VPC Configuration** for private connectivity
* **Security Group Rules** for Fivetran IP ranges
* **RDS/Redshift Destinations** pre-configured for Fivetran
* **IAM Roles** for S3 destination access
* **Secrets Management** for connection credentials

## Current Alternatives

While this pattern is in development, you can manually configure Fivetran:

1. **Create destination database** using [Database Factory](/patterns/database-factory)
2. **Configure networking** for Fivetran's IP ranges
3. **Create IAM credentials** in the AWS console
4. **Connect in Fivetran UI** with generated credentials

## Resources

* [Fivetran Documentation](https://fivetran.com/docs)
* [AWS Destination Setup](https://fivetran.com/docs/destinations/aws)
* [Security Best Practices](https://fivetran.com/docs/security)

<Note>
  Subscribe to our [changelog](https://github.com/fjall-io/fjall/releases) for updates on Fivetran integration.
</Note>

## Next Steps

<CardGroup cols={2}>
  <Card title="Database Factory" icon="database" href="/patterns/database-factory">
    Create the destination database for Fivetran
  </Card>

  <Card title="Network Factory" icon="diagram-project" href="/patterns/network-factory">
    Configure private networking and IP ranges
  </Card>
</CardGroup>
