> ## Documentation Index
> Fetch the complete documentation index at: https://tigerdata-747200db-chore-custom-colored-homepage.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrate your data center with Tiger Cloud

> Integrate your on-premise data center with Tiger Cloud using AWS Transit Gateway

export const SERVICE_SHORT = 'service';

export const CLOUD_LONG = 'Tiger Cloud';

export const CONSOLE = 'Tiger Cloud Console';

export const VPC = 'VPC';

export const SERVICE_LONG = 'Tiger Cloud service';

This page explains how to integrate your corporate on-premise infrastructure with {CLOUD_LONG} using [AWS Transit Gateway][aws-transit-gateway].

## Prerequisites

To follow the steps on this page:

* Create a target [{SERVICE_LONG}][create-service] with time-series and analytics enabled.

  You need your [connection details][connection-info].

[create-service]: /cloud/get-started/create-services

[connection-info]: /integrations/find-connection-details/

* Set up [AWS Transit Gateway][gtw-setup].

## Connect your on-premise infrastructure to your {SERVICE_LONG}s

To connect to {CLOUD_LONG}:

<Procedure>
  1. **Connect your infrastructure to AWS Transit Gateway**

     Establish connectivity between your on-premise infrastructure and AWS. See the [Centralize network connectivity using AWS Transit Gateway][aws-onprem].

  1) **Create a Peering {VPC} in [{CONSOLE}][console-login]**

     1. In `Security` > `VPC`, click `Create a VPC`:

        ![CLOUD\_LONG new VPC](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-vpc-tiger-cloud.png)

     2. Choose your region and IP range, name your VPC, then click `Create VPC`:

        ![Create a new VPC in CLOUD\_LONG](https://assets.timescale.com/docs/images/tiger-cloud-console/configure-peering-vpc-tiger-cloud.png)

        Your {SERVICE_SHORT} and Peering {VPC} must be in the same AWS region. The number of Peering {VPC}s you can create in your project depends on your [pricing plan][pricing-plans]. If you need another Peering {VPC}, either contact [support@tigerdata.com](mailto:support@tigerdata.com) or change your plan in [{CONSOLE}][console-login].

     3. Add a peering connection:

        1. In the `VPC Peering` column, click `Add`.
        2. Provide your AWS account ID, Transit Gateway ID, CIDR ranges, and AWS region. {CLOUD_LONG} creates a new isolated connection for every unique Transit Gateway ID.

        ![Add peering](https://assets.timescale.com/docs/images/tiger-cloud-console/add-peering-tiger-cloud.png)

        1. Click `Add connection`.

  2) **Accept and configure peering connection in your AWS account**

     Once your peering connection appears as `Processing`, you can accept and configure it in AWS:

     1. Accept the peering request coming from {CLOUD_LONG}. The request can take up to 5 min to arrive. Within 5 more minutes after accepting, the peering should appear as `Connected` in {CONSOLE}.

     2. Configure at least the following in your AWS account networking:

        * Your subnet route table to route traffic to your Transit Gateway for the Peering VPC CIDRs.
        * Your Transit Gateway route table to route traffic to the newly created Transit Gateway peering attachment for the Peering VPC CIDRs.
        * Security groups to allow outbound TCP 5432.

  3) **Attach a {CLOUD_LONG} service to the Peering VPC In [{CONSOLE}][console-services]**

     1. Select the {SERVICE_SHORT} you want to connect to the Peering VPC.
     2. Click `Operations` > `Security` > `VPC`.
     3. Select the VPC, then click `Attach VPC`.

     You cannot attach a {SERVICE_LONG} to multiple {CLOUD_LONG} {VPC}s at the same time.

  [console-login]: https://console.cloud.timescale.com/

  [console-services]: https://console.cloud.timescale.com/dashboard/services

  [pricing-plans]: /about/:currentVersion:/pricing-and-account-management/
</Procedure>

You have successfully integrated your Microsoft Azure infrastructure with {CLOUD_LONG}.

[aws-transit-gateway]: https://aws.amazon.com/transit-gateway/

[gtw-setup]: https://docs.aws.amazon.com/vpc/latest/tgw/tgw-getting-started.html

[aws-onprem]: https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/centralize-network-connectivity-using-aws-transit-gateway.html
