Connecting DMS to our local source endpoint

0

I'm sure the answer to this is trivial. We have an on premise source Oracle 11 DB that I'd like to migrate to RDS Aurora. I can convert the schema without a problem using SCT. But to move the data it seems that I need a DMS instance. That requires that I create a source endpoint for my Oracle instance. But given that we don't have direct connect, how will the DMS service ever see my OnPremise Oracle source which is located in our private network?

已提问 2 年前893 查看次数
2 回答
0

Please take a look at the AWS documentation "Setting up a network for a replication instance" - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.VPC.html

These two sections talk about how you can connect your on-prem database to the DMS instance

  1. Configuration for a network to a VPC using AWS Direct Connect or a VPN

  2. Configuration for a network to a VPC using the internet

profile pictureAWS
专家
已回答 2 年前
0

You can use use Client VPN https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoints.html

Make sure the local firewall are open for the dms replication to all allow connections.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则