Skip to content

How can Airbyte connect to RDS in a private subnet?

0

We have an Amazon RDS instance running in a private subnet in the Ohio region. Our Data Engineering team would like to connect Airbyte to this database. They shared IP addresses from the eu-west-3 region (e.g., 13.37.4.46, 13.37.142.60, 35.181.124.238).

What is the recommended network setup for Airbyte to reach an RDS instance in a private subnet?

asked a year ago230 views

1 Answer
0

Hello.

Does Airbyte host on EC2 instances? (Are you using self-hosted rather than Airbyte Cloud)
If you are hosting it on EC2, you should be able to connect by connecting the VPC (eu-west-3) where EC2 is running and the VPC where Amazon RDS is running via VPC peering and allowing the EC2 private IP address in the RDS security group.
https://docs.aws.amazon.com/vpc/latest/userguide/vpc-peering.html

EXPERT

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.