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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ