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.

mmoore
已提問 7 個月前檢視次數 267 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南