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 Antworten
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 7 Monaten
profile pictureAWS
EXPERTE
überprüft vor 7 Monaten
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
beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen