[AWS] Install Databridge in bastion EC2 server to connect to RDS instance in private network
Hi, I'm currently migrating our database from onpremise to AWS and I have the following questions:
Prevoiosly we just installed Databbridge on a computer in the same network as the MS SQL DB and that was that.
Now, I have migrated that MS SQL DB to RDS in a private network (no inbound connections from outside vpc).
So I'm thinking in creating a Linux server in a public subnet with port 443 opened and installing Databridge in it and connecting to RDS in private subnet.
- Is this possible?
- Is there a list of IPs (not domains) to whitelist for inbound 443 in the ec2 security group to allow Zoho to connect?
- Since I'm not creating anything new and just migrating, can I edit the current Data Sources with the new Databridge instead of creating a new one?