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

# How to Whitelist an IP Address in RedShift Server?

> A guide to whitelist Superjoin's IP address in your RedShift server to connect RedShift to Google Sheets using Superjoin.

<Note>
  Superjoin’s IP Addresses are (3.6.225.10, 13.205.69.7, 13.204.201.25). Whitelist these IP Addresses in your database and allow TCP/IP connection from this IP in your
  firewall.
</Note>

<AccordionGroup>
  <Accordion title="#1 Speak to your IT Admin">
    If you're not hands-on with database management, contacting your IT admin is the best approach

    <Steps>
      <Step title="Provide the IP">Share Superjoin's IP addresses (3.6.225.10, 13.205.69.7, 13.204.201.25) with your admin.</Step>
      <Step title="Request Whitelisting">Ask them to whitelist all three IP Addresses for your database access.</Step>
      <Step title="Test the Connection">Once whitelisted, connect your database in your Superjoin account to confirm everything is set up correctly.</Step>
      <Step title="Reach Out for Support">If you've tried the above steps and still facing issues, don't hesitate to contact us at [support@superjoin.ai](mailto:support@superjoin.ai). We will respond immediately.</Step>
    </Steps>
  </Accordion>

  <Accordion title="#2 Whitelist it yourself" defaultOpen="true">
    If you're ready to handle this yourself, here’s how you can whitelist IP addresses for MySQL.

    ## Solutions

    <Steps>
      <Step title="Login to AWS">
        Log in to the AWS Management Console.

        <Frame>
          <img src="https://mintcdn.com/superjoin/95T8cmea616drJuC/images/rds/rds-step3.webp?fit=max&auto=format&n=95T8cmea616drJuC&q=85&s=f43b9829d5effc66686222ebbebf95eb" width="2048" height="1079" data-path="images/rds/rds-step3.webp" />
        </Frame>
      </Step>

      <Step title="Access Amazon RDS Console">
        Navigate to DB Instances and select your instance.
      </Step>

      <Step title="Edit Security Groups">
        Choose the security group and edit the inbound rules. Add new rules for the IP Adresses `3.6.225.10`, `13.205.69.7`, `13.204.201.25` and save.

        <Frame>
          <img src="https://mintcdn.com/superjoin/95T8cmea616drJuC/images/rds/rds-ip.webp?fit=max&auto=format&n=95T8cmea616drJuC&q=85&s=bd93129e54bb0a2a6ac9605ab52c4776" width="2048" height="1330" data-path="images/rds/rds-ip.webp" />
        </Frame>
      </Step>

      <Step title="Reach Out for Support">If you've tried the above steps and still facing issues, don't hesitate to contact us at [support@superjoin.ai](mailto:support@superjoin.ai). We will respond immediately.</Step>
    </Steps>
  </Accordion>
</AccordionGroup>
