homogeneous database migration service, what does the instance security group look like

0

Using AWS homogeneous database migration service, when you create an instance profile it ask for a VPC security groups.

VPC security groups Choose one or more security groups for your instances. The security groups specify inbound and outbound rules to control network access to your instance.

Can somebody please tell me what that would look like, I cannot find an example and what I tried has failed.

2回答
0
承認された回答

Hello.

According to the documentation here, the DMS replication instance needs to be able to access the source and target DBs.
Therefore, I think there will be no problem if you allow all communication without any particular restrictions on outbound rules.
If I were to review the settings, I think it would be the firewall and security group settings for the source DB and target DB.
I think you need to configure the source and target DBs to allow IP addresses for the DMS replication instances.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.Network

profile picture
エキスパート
回答済み 7ヶ月前
profile pictureAWS
エキスパート
レビュー済み 7ヶ月前
0

There are only 5 parameters that you need to determine to configure a Security Group: source and destination IP (or IP range), source and destination port (or port range), and protocol. You can find several Security Group configuration examples by following this link (use the links on the page to choose a specific example scenario).

AWS
Max
回答済み 7ヶ月前

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

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

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

関連するコンテンツ