Connect Amazon RDS to Skyvia - MySQL, PostgreSQL, SQL Server

Connecting to Amazon RDS from Skyvia

Overview

Skyvia supports Amazon RDS databases. You can connect MySQL, PostgreSQL, or SQL Server hosted on Amazon RDS to Skyvia.

To create a connection, go to + Create NewConnectionDatabase and select the required database type.

Before connecting, configure your Amazon RDS Security Group to allow inbound traffic from Skyvia IP addresses.

Steps: Configure Security Group Inbound Rules

  1. Open the Security Group associated with your RDS instance (accessible directly from the RDS instance page in AWS Console).
  2. Click ActionsEdit inbound rules.
  3. Click Add Rule.
  4. Select the required database type from the Type dropdown (e.g., MySQL/Aurora). The Protocol and Port will be assigned automatically.
  5. In the Source field, add the following Skyvia IP addresses:
    40.118.246.204/32
    13.86.253.112/32
    52.190.252.0/32
  6. Save the changes and test the connection.

Useful Links